close
Skip to content

SentinelFi/nft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NFT Experimentation on Stellar Soroban

This repository is an experimentation project with NFTs on Stellar Soroban, based on the OpenZeppelin SEP-50 implementation (version 0.4.1). It is not intended for production use. Use this for learning, testing, and exploring Soroban NFT capabilities with OpenZeppelin tooling.


Contract:

cd nft-contract

stellar contract build

stellar contract optimize --wasm target/wasm32v1-none/release/nft.wasm

stellar keys generate nft --network testnet --fund

stellar keys address nft

stellar contract deploy --wasm target/wasm32v1-none/release/nft.wasm --source-account nft --network testnet --alias testnft -- --owner nft

UI:

cd mint-address-form

pnpm install

pnpm build

pnpm run dev

About

NFTs on Soroban

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors