Links

Getting started

A quick-start guide to using RMRK legos.
This section is meant to help give you a head-start with developing your project.

Development template

We designed a template repository containing all of the configurations and packages required for you to get started:
If you intend to build your project on a zkSync network, you can use the zksync branch of the template:
GitHub - rmrk-team/evm-template at zksync
GitHub
RMRK zkSync EVM development template
To use the template, you can use the Use this template button:
Use this template button
If you wish to use the zksync branch, make sure to use all of the branches of the template by checking the Include all branches option:
Include all branches option
That's it! You can start building your project using RMRK legos. The repository also includes an example SimpleEquippable smart contract that you can deploy and test to get familiar with the toolbox provided within it.