diff --git a/anchor-marketplace/README.md b/anchor-marketplace/README.md new file mode 100644 index 0000000..404c1c3 --- /dev/null +++ b/anchor-marketplace/README.md @@ -0,0 +1,13 @@ +NFT Marketplace: An NFT market place to list, delist, sell, and purchase an NFT. + +How to run the code ? +- Requirements: + - Anchor 0.30.1 + - Solana 1.18.17, + - yarn 1.22.22 , +- Solana Local Validator + - Run `solana-test-validator -r` +- On another terminal, under /anchor-marketplace + - `anchor build` + - `anchor test --skip-local-validator` +All tests should pass.