vkd225 / docs

docs.metaplex.com source code

Home Page:https://docs.metaplex.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docs.metaplex.com

Audience

  • Curious Individuals (technical / non-tech)
  • Non-tech follow directions Buyers/Sellers - How do I use Metaplex
  • Tech - web2 vs web3

Outline

  • πŸ“ About
    • πŸ“ Introduction
    • πŸ“ Metaplex Products
    • πŸ“ Terminology
    • πŸ“ History
  • ⏳ Programs
    • βœ… Understanding Programs
    • βœ… Token Metadata
      • βœ… Overview
      • βœ… Getting Started
      • βœ… Accounts
      • βœ… Instructions
      • βœ… Token Standard
      • βœ… Certified Collections
      • βœ… Using NFTs
      • βœ… FAQ
      • βœ… Changelog / ...
    • πŸ“ Candy Machine (Needs re-writing using the new Program template)
    • πŸ“ Auction House (Needs re-writing using the new Program template)
    • ⏳ Token Vault
    • ⏳ Gumdrop
  • ⏳ Tools
    • ⏳ JavaScript SDK (The new one at metaplex-foundation/js-next)
      • ⏳ Overview
      • ⏳ Installation
      • ⏳ Choosing an Identity
      • ⏳ Choosing a Storage
      • ⏳ NFTs
      • ⏳ Candy Machines
      • ⏳ Internal Architecture
      • ⏳ Writing Your Own Plugin
      • ⏳ Contributing
      • ⏳ FAQ
    • πŸ“ Sugar (Needs to be moved inside the "Tools" section and/or guide section)
      • βœ… Overview
      • βœ… Installation
      • βœ… Getting Started
      • βœ… Configurations
      • βœ… Upload Methods
      • βœ… Deploying a Candy Machine
      • βœ… FAQ
    • ⏳ Shank
    • ⏳ Solita
    • ⏳ Amman
  • ⏳ Guides
    • πŸ“ Candy Machine
    • πŸ“ Auction House
    • πŸ“ NFT hash lists
    • πŸ“ How to Burn Tokens
    • πŸ“ NFT Storage Options
    • πŸ“ Community Guides
    • ⏳ Archived
      • βœ… Candy Machine (v2) JS CLI
      • βœ… Candy Machine V1
      • βœ… Fair launch
      • βœ… Storefront
      • βœ… Architecture section
  • ⏳ Proposals
  • βœ… Security Policy
  • πŸ“ Contact Us

Legend

  • βœ… Completed
  • ⏳ To-Do
  • πŸ“ Exists but needs reviewing or rewriting

Program template

  • Overview: Overview of the program. Answers why and what. If possible, provide examples of how one can use the program to create useful scenarios. By the end of this page, the reader should have a good understanding of the program's purpose.
  • Getting Started: Provide resources for developers to start using the program. These resources should be internal when possible, i.e. referring to our "Tools" and/or "Guides" sections.
  • Accounts: List and explain each type of Account and the data they contain.
  • Instructions: List and explain each Instruction and how they update the state of Accounts.
  • [Feature Pages]*: Each program will likely have a need for feature-specific pages, e.g. explaining NFT Collections. Each page should provide an overview of the feature it represents and guide the reader through the accounts and instructions needed to use it.
  • FAQ: Provides the perfect place for us to insert questions we keep answering on various platforms such as Discord. We can also use that page for documenting gotchas. If the answer is long enough to be a guide, it may point to: a page in the "Guide" section, a public Notion page, a GitHub issue, etc.
  • Changelog: Provides a list of major changes that happened in the program.

About

docs.metaplex.com source code

https://docs.metaplex.com


Languages

Language:JavaScript 93.0%Language:CSS 7.0%