This is an example nft project using ink! smart contract. The project is generated with Openbrush wizard for PSP34 with added PayableMinted trait.
This is an unaudited nft project template. It can be used to speed up wasm nft project on Astar and other networks.
Apache 2.0
- Use this instructions to setup your ink!/Rust environment
cargo +nightly contract build
cargo +nightly test
First start your local node. Recommended swanky-node v0.13.0
./target/release/swanky-node --dev --tmp -lruntime=trace -lruntime::contracts=debug -lerror
- or deploy with polkadot.JS. Instructions on Astar docs
First start your local node. Recommended swanky-node v0.13.0 And then:
yarn
yarn compile
yarn test
Shiden Graffiti - using ink! v3.4
Follow the From Zero to ink! Hero tutorial tu learn how to build this smart contract