This contract is an example for the NFT marketplace implementation. The contract currently supports 2 token types PSP34 and RMRK
Apache 2.0
- 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
cargo test
First start your local node. Recommended the latest swanky-node. After you download and unzip Swanky package for your OS, run it with
./swanky-node --dev --tmp -lruntime=trace -lruntime::contracts=debug -lerror
Navigate to Marketplace project root folder and run the following commands:
yarn
yarn compile
yarn test
To manually deploy the contract to local Swanky node or any other node that supports contracts pallet use Contracts UI