-
Notifications
You must be signed in to change notification settings - Fork 5
Home
Tracy Adams edited this page Jun 22, 2023
·
1 revision
A collection of on-chain programs and application implementations for the Shadow NFT Standard.
Program | Description | Version | Docs |
---|---|---|---|
shadow-nft-standard |
On chain token metadata utilizing spl-token-2022
|
TODO crates.io badge | TODO docs.rs badge |
shadowy-super-minter |
SPL Token + Metadata minting program. Allows collection creators and collection consumers to mint Shadow NFTs | TODO crates.io badge | TODO docs.rs badge |
TODO
TODO
Name | Description | Version | Docs |
---|---|---|---|
nextjs-sample-ui |
Sample UI created with Next.js to showcase all functionality of the Shadow NFT standard. A good starting point if you're creating an implementation. Currently viewable at https://sample-nft-ui.shadow.cloud/ | TODO crates.io badge | Sample UI Docs |
- Install Solana Tools v1.14.18
- Install Rust Stable v1.65.0 -
rustup install 1.65.0 && rustup default 1.65.0
- Install Anchor CLI v0.27.0
- Install Node.js v18+ if working with any Javascript resources
Nothing in this project constitutes a solicitation for investment. Code is currently unaudited, use at your own risk. GenesysGo / Shadow Cloud is not liable for any loss of funds or exploits discovered.