nomadic4life / js-examples

Examples and Starter Kits using the new JS SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Candy Machine UI

This Solana program is a simple program that mints NFTs through a candy machine concept UI. There is a limited amount in stock. A base fee must be paid in a spl token to get a random selected NFT with in the candy machine. It's purpose is to get familiar with the token and NFT process with transactions.

Note

Currently this project is a work in progress. the minting process fails through the UI. Minting can still be down through the sugar cli.

Installing

The following dependencies are required to build and run this example, depending on your OS, they may already be installed:

Executing program

Authors

Contributors names and contact info

Dennis Orbison @Freedom_pk_live

License

This project is licensed under the [Dennis Orbison] License - see the LICENSE.md file for details

About

Examples and Starter Kits using the new JS SDK

License:MIT License


Languages

Language:JavaScript 75.3%Language:CSS 17.3%Language:HTML 7.3%