2075 / rmrk-ink

RMRK ink! contract

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RMRK ink!

Implementation of RMRK protocol in ink! Smart contract language

Quick start

  1. Make sure you have the latest cargo contract

  2. Clone the repository

git clone https://github.com/rmrk-team/rmrk-ink.git
  1. Compile & Build
cd ./rmrk-ink/contracts/rmrk
cargo +nightly-2022-08-15 contract build
  1. Run ink! unit tests
cargo test
  1. Integration test
yarn
yarn compile
yarn test

About

RMRK ink! contract


Languages

Language:Rust 61.9%Language:TypeScript 38.1%