Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
matiman authored Sep 19, 2024
1 parent 9c11d7f commit a59681d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions anchor-marketplace/README.md
Original file line number Diff line number Diff line change
@@ -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.


0 comments on commit a59681d

Please sign in to comment.