Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 690 Bytes

File metadata and controls

33 lines (26 loc) · 690 Bytes

Solana Memecoin Maker

Solana memecoin maker. Video guide: https://www.youtube.com/watch?v=HGX831jDcNw

Installation

Clone repository.

git clone https://github.com/techleadhd/memecoin-maker.git

Install dependencies.

yarn install

Instructions

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

Creating the memecoin

  1. Upload image.
  2. Upload metadata.
  3. 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