Implementation of RMRK protocol in ink! Smart contract language
-
Make sure you have the latest cargo contract
-
Clone the repository
git clone https://github.com/rmrk-team/rmrk-ink.git
- Compile & Build
cd ./rmrk-ink/contracts/rmrk
cargo +nightly contract build --release
- Run ink! unit tests
cargo test
- Integration test Start local test node. Recommended swanky-node version 1.2 or higher. Download binary or run compiled version
./swanky-node --dev --tmp
To run tests:
yarn
yarn compile
yarn test