Skip to content
This repository has been archived by the owner on Sep 8, 2023. It is now read-only.

Latest commit

 

History

History
18 lines (14 loc) · 281 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 281 Bytes

Solana NFT (Demo)

Deploying

  1. Installing dependencies:

    npm install
    
  2. Building .so file

    npm run build:program-rust
    
  3. Deploying contract

    solana program deploy dist/program/nft.so