ParasHQ / paras-ink-nft-launchpad-contract

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NFT project using PSP34

This is an example nft project using ink! smart contract. The project is generated with Openbrush wizard for PSP34 with added PayableMinted trait.

Purpose

This is an unaudited nft project template. It can be used to speed up wasm nft project on Astar and other networks.

License

Apache 2.0

πŸ—οΈ How to use - Contracts

πŸ’« Build
cargo contract build
πŸ’« Run unit test
cargo test
πŸ’« Deploy

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
πŸ’« Run integration test

First start your local node. Recommended swanky-node v0.13.0 And then:

yarn
yarn compile
yarn test
πŸ’« Deployed contracts

TBA

About

License:Apache License 2.0


Languages

Language:Rust 86.1%Language:TypeScript 13.9%