Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crispheaney/willy-wonka
https://github.com/crispheaney/willy-wonka
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/crispheaney/willy-wonka
- Owner: crispheaney
- License: apache-2.0
- Created: 2021-09-05T01:14:34.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-08T21:46:19.000Z (about 3 years ago)
- Last Synced: 2024-10-12T05:27:55.505Z (2 months ago)
- Language: JavaScript
- Size: 13.7 KB
- Stars: 70
- Watchers: 3
- Forks: 32
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-solana-nfts - Willy Wonka
- awesome-solana-nfts-v2 - Willy Wonka
README
### Purpose
Mint candy machine NFTs from your CLI. Use your preferred rpc provider. Avoid rage quitting because the candy machine GUI fails.
### Installation
```shell
cd ts
yarn
tsc
npm link
```### Use
1) Find the public key for the candy machine you want to mint
```shell
willy-wonka search -k /Users/crisp/.config/solana/id.json -u https://api.devnet.solana.com "pixel dude*"
```
2) Check when it drops
```shell
willy-wonka wen -k /Users/crisp/.config/solana/id.json -u https://api.devnet.solana.com G5kxQtRjE9saZruweUbbwHhaJi4okRoxbGNQVrh94oCN
```
3) Start minting scripts ~X minutes before drop
```shell
willy-wonka mint -k /Users/crisp/.config/solana/id.json -u https://api.devnet.solana.com G5kxQtRjE9saZruweUbbwHhaJi4okRoxbGNQVrh94oCN
```