Skip to content

eddieyg/inscription-mint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inscription Mint

Install Bun

Download and install from https://bun.sh/docs/installation

Download Project

git clone https://github.com/eddieyg/inscription-mint.git
cd ./inscription-mint

Install Dependencies

bun install

Configuring private key

  • Create a new.env file
  • And fill in your private key: PRIVATE_KEY = [your private key]

Configuring mint inscription info

// config.ts

const rpcs = {
  avalanche: 'https://avalanche.public-rpc.com'
}

const mintTasks: MintTask[] = [
  {
    quantity: 10,
    rpc: rpcs.avalanche,
    maxPerGasFee: '0.0006',
    mintText: 'data:,{"p":"asc-20","op":"mint","tick":"ShenLong","amt":"1"}',
  },
]

Start Mint

bun run index.ts

About

mint evm chain inscription

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published