Skip to content

zetamarkets/token-generation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Token generation instructions

Install dependencies

Node.js

npm install

Rust

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
source $HOME/.cargo/env
rustup component add rustfmt

Solana

sh -c "$(curl -sSfL https://release.solana.com/v1.7.11/install)"

SPL Token

cargo install spl-token-cli

Steps

  1. Have a file called keypair.json in the directory with 0.1 SOL.
  2. Run mint-token.sh
  3. Run token-multisig-mint-revoke.ts to generate a encoded transaction.
  4. Run the serialized transaction through the multisig.

The resultant token is as seen here:

https://solscan.io/token/ZEXy1pqteRu3n13kdyh4LwPQknkFk3GzmMYMuNadWPo

With no mint authority and supply held by multisig Bs5XaFx9wS8N5ir4QtTb2exhFMKQdZUmjga1peT2DBXt.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published