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

olegfomenko/solana-nft-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
    

About

Learning Solana contracts on Rust

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages