- Mint NFT items
- Sell NFT's
- Auction NFT's
- Create NFT collections
- TBD (coming many more)
-
Clone the repository
-
Install the dependancies
npm install
-
Run the truffle compilation
truffle compile --all
-
Run the local truffle develpment environment and run the test cases within the environment
truffle develop test
-
Create a .env file storing a metamask private key and bscscan api(To verify contracts after deployment)
-
the .env stucture should be as follows:
PK=<Private Key> BSC_API=<API key>
-
Then run the truffle migration command
truffle migrate --reset --network testnet
We are in the phase of auditing. Please consider it as beta version.
- Report by Quillhash View