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:
- Nestable examines the Nestable RMRK lego.
- MultiAsset examines the MultiAsset RMRK lego.
- NestableMultiAsset examines the Nestable and MultiAsset RMRK legos operating together.
- MegredEquippable examines the Merged equippable RMRK lego composite.
- 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.