Skip to content

Protocol and application framework for decentralized NFT minting, storefronts, and sales.

License

Notifications You must be signed in to change notification settings

Creeland/metaplex

 
 

Repository files navigation

Metaplex with HTML Candymachine

Check my last commit to see everything I changed to make this happen

Your NFT config JSON files need to look like this

{
  "name": "HTML_FILE",
  "symbol": "",
  "animation_url": "0.html",
  "properties": {
    "category": "html",
    "files": [
      {
        "uri": "0.html",
        "type": "text/html"
      }
    ],
    "creators": [
      {
        "address": "YOUR ADDRESS",
        "share": 100
      }
    ]
  }
}

About

Protocol and application framework for decentralized NFT minting, storefronts, and sales.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 53.2%
  • Rust 38.9%
  • JavaScript 3.7%
  • Less 3.4%
  • Shell 0.4%
  • HTML 0.2%
  • Other 0.2%