RMRKink v0.1.0 (MVP)
Pre-release
Pre-release
This release is basic implementation of PSP34 traits with support for pallet_uniques
chain extension.
Any change in the contract will, as well, be reflected in pallet_uniques
by calling following:
- create()
- mint()
- transfer()
- approve_transfer()
- cancel_approval()
To compile the contract use
cargo +nightly-2022-08-15 contract build
Dependency
Since this contract requires chain extension for the pallet_uniques please follow these instructions how to build swanky node.
- checkout this branch for swanky-node
- build and run node using these instructions
Note!
- Integration test is broken for this release. Code is only tested on polkadot.js.
- Make sure you instantiate contract with 0.1 units. These funds are needed for contract creation in
pallet_uniques
- Due to Polkadot's changes in weight in v0.9.29, Redspot is not working. Due to that
swanky-node
needs to run on polkadot 0.9.28. That is why swanky-node is base on 0.11.0 version