Solana memecoin maker. Video guide: https://www.youtube.com/watch?v=HGX831jDcNw
Clone repository.
git clone https://github.com/techleadhd/memecoin-maker.git
Install dependencies.
yarn install
The code needs a Solana wallet to create the memecoin.
Set up any wallet and copy/paste the Private Key into keygen.js
.
Run the following to generate the keypair.json
credentials.
yarn keygen
- Upload image.
- Upload metadata.
- Mint token
Refer to the bottom of index.js
and uncomment the step you want to run. Run the following to start the program.
yarn start