Skip to content

Commit 0c544ae

Browse files
author
Dean Cook
committed
Add intro and prereq sections to README
1 parent 6763397 commit 0c544ae

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@ Docs coming soon.
33
In the meantime, you might find this helpful too:
44
https://hackmd.io/@levicook/HJcDneEWF
55

6+
# Candy-Machine-Mint
7+
8+
Exiled Apes' Candy-Machine-Mint project is designed to let users fork, customize, and deploy their own candy machine mint app to a custom domain, ultra fast.
9+
10+
A candy machine is an on-chain Solana program (or smart contract) for managing fair mint. Fair mints:
11+
* Start and finish at the same time for everyone.
12+
* Won't accept your funds if they're out of NFTs to sell.
13+
14+
Exiled Apes' Candy-Machine-Mint project is meant to be as simple and usable as possible, accessible to everyone from long-time crypto devs to junior React devs with a vague interest in NFTs. Our goal is to empower users to create their own front ends to display, sell, and manage their NFTs as simply as possible by just updating a few styled components and following a well-documented process for setup and shipping.
15+
16+
## Getting Set Up
17+
18+
### Prerequisites
19+
20+
* Follow the instructions [here](https://docs.solana.com/cli/install-solana-cli-tools) to install the Solana Command Line Toolkit.
21+
* Ensure you have recent versions of both `node` and `yarn` installed.
22+
23+
### Installation
624

725
## Environment Variables
826

0 commit comments

Comments
 (0)