Skip to content

Ansh-699/anchor_NFTCollection_New

Repository files navigation

Anchor NFT Collection New

This project contains an updated Anchor smart contract implementation for an NFT collection on Solana.

Project Structure

anchor_NFTCollection_New/
├── migrations/
├── programs/
├── tests/
├── Anchor.toml
├── Cargo.toml
├── package.json
└── tsconfig.json

Getting Started

Follow these instructions to run the project locally.

Prerequisites

  • Rust
  • Solana CLI
  • Anchor CLI
  • Node.js

Installation

  1. Install project dependencies:

    yarn install
    # or
    npm install

Usage

  1. Build the program:

    anchor build
  2. Run tests:

    anchor test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors