Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 903 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 903 Bytes

RMRK EVM implementation examples

This section contains the examples of using RMRK legos to build your own smart contracts. Every example uses the @rmrk-team/evm-contracts dependency in order to implement the examples. Adding it allows you to easily include them in your own smart contracts.

The examples included are:

  1. Nestable examines the Nestable RMRK lego.
  2. MultiAsset examines the MultiAsset RMRK lego.
  3. NestableMultiAsset examines the Nestable and MultiAsset RMRK legos operating together.
  4. MegredEquippable examines the Merged equippable RMRK lego composite.
  5. SplitEquippable examines the Split equippable RMRK lego composite.

NOTE: This is a living collection of examples, which will get updated as the RMRK EVM implementation evolves.