Skip to content

Releases: patractlabs/metis

Metis v0.1.0 Release

06 Aug 02:58
dce840e
Compare
Choose a tag to compare

The first release for metis.

Metis proposed and implemented MCCI architecture. MCCI acrhitecture facilitates smart contract development by composititing independent components. Here are a list of components currently implemented:

  • ERC20 and its expansion components
  • ERC721 and its expansion components
  • ERC777 and its expansion components
  • ERC1155 and its expansion components
  • Ownable
  • AccessControl
  • TimelockController
  • Escrow(PullPayment)
  • support(ERC165)
  • ReentrancyGuard
  • Pausable

For detailed usages and implemented examples, please refer Metis Documentation.