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.
We designed a template repository containing all of the configurations and packages required for you to get started:

GitHub - rmrk-team/evm-template: Template to start new project using RMRK implementation on EVM
GitHub
RMRK EVM development template
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.Last modified 1mo ago