This project contains an updated Anchor smart contract implementation for an NFT collection on Solana.
anchor_NFTCollection_New/
├── migrations/
├── programs/
├── tests/
├── Anchor.toml
├── Cargo.toml
├── package.json
└── tsconfig.json
Follow these instructions to run the project locally.
- Rust
- Solana CLI
- Anchor CLI
- Node.js
-
Install project dependencies:
yarn install # or npm install
-
Build the program:
anchor build
-
Run tests:
anchor test