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.
-
NFT Contract Wizard for Stellar: https://wizard.openzeppelin.com/
-
UI Builder: https://builder.openzeppelin.com/
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 nftUI:
cd mint-address-form
pnpm install
pnpm build
pnpm run dev