NFT Marketplace project
This contract is an example for the NFT marketplace implementation.
License
Apache 2.0
ποΈ
How to use - Contracts
π«
Build
- Use this instructions to setup your ink!/Rust environment
Clone project
git clone [email protected]:swanky-dapps/marketplace.git
Navigate yourself to marketplace directory
cd marketplace/contracts/marketplace
cargo contract build
π«
Run unit test
cargo test
π«
Deploy
First start your local node. Recommended swanky-node v1.0.0
cargo ??
- or deploy polkadot JS. Instructions on Astar docs
π«
Run integration test
First start your local node. Recommended swanky-node v1.0.0
yarn
yarn compile
yarn test
π«
Deployed contracts
TBA
ποΈ
How to use - UI
Image - GIF Link to UI - how to use
Build local
yarn ...
links
link to vercel deployed website