An open API service indexing awesome lists of open source software.

https://github.com/olegfomenko/solana-nft-demo

Learning Solana contracts on Rust
https://github.com/olegfomenko/solana-nft-demo

nft rust solana

Last synced: about 1 month ago
JSON representation

Learning Solana contracts on Rust

Awesome Lists containing this project

README

        

# Solana NFT (Demo)

## Deploying

1. Installing dependencies:
```commandline
npm install
```

2. Building .so file
```commandline
npm run build:program-rust
```

3. Deploying contract
```commandline
solana program deploy dist/program/nft.so
```