Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move NFT to top level of side bar #113

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ NFTs on CENNZnet should be linked to an offchain metadata file in the JSON forma
## Metadata Reference Scheme

When creating an NFT series a metadata reference scheme must be specified.
There are two supported schemes with different tradeoffs.
There a few supported schemes with different tradeoffs.

### 1) HTTP(S)

Expand Down Expand Up @@ -69,4 +69,4 @@ e.g. `ipfs://bafybeigdyrzt5sfp7udm7hu76uh7y26nf3efuylqabf3oclgtqy55fbzdi.json` r

This will require the series creator to upload individual CIDs/file hashes with each token.
It provides the same as 2) with flexibility to extend a collection or create metadata incrementally.
This option is not supported initially for simplicity sake.
This option is **not** supported initially for simplicity sake.
File renamed without changes.
13 changes: 8 additions & 5 deletions _Sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,24 @@
- [Where to find help?](Getting-started/Where-to-find-help)
- [Contributing](Getting-started/Contributing)
---

- EVM / Smart Contracts
- [Using Smart Contracts](EVM/Using-Smart-Contracts-on-CENNZnet)
- [Using the EVM](EVM/Guide)
- [Fee Proxy Precompile](EVM/Evm-Calls-With-Fee-Proxy)
- [Token Peg Precompile](EVM/erc20-peg-precompile.md)
---

- NFT
- [Metadata Standard](NFT/NFT-metadata-standard)
- [Royalties](NFT/NFT-royalties)
- [Concepts](NFT/How-to-design-NFTs)
---

- DApp Development Guides
- [How to build a DApp](dapp-development-guides/How-to-build-a-DApp)
- [Network Fees](dapp-development-guides/Network-fees)
- [Token Economy](dapp-development-guides/Token-Economy)
- NFT
- [Intro](dapp-development-guides/NFT/How-to-design-NFTs)
- [Metadata Standard](dapp-development-guides/NFT/NFT-metadata-standard)
- [Royalties](dapp-development-guides/NFT/NFT-royalties)

---

- API Guides
Expand Down