Kerry1207 / ExamMasterZ

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ExamMasterZ

REQUIREMENTS

NPM

STRUCTURE

Into package.json you can retrieve the command for running the various data inside the tag 'scripts'.
In this section you can retrieve the following scripts:
  • keygen = related to create a new keypair;
  • airdrop = related to send tx for airdrop and for receive SOL;
  • spl_create_token = related to create a token;
  • spl_mint = related to mint a specific amount of token;
  • spl_transfer = related to transfer a specific amount of token to new account and associated token account generate to runtime;
  • spl_transfer_account = related to transfer a specific amount of token to existing account.

ISTRUCTIONS

Following this steps for run correctly the project:
  1. npm install
  2. npm run keygen
  3. npm run airdrop
  4. npm run spl_create_token
  5. npm run spl_mint
  6. npm run spl_transfer
  7. npm run spl_transfer_account

About

License:MIT License


Languages

Language:TypeScript 100.0%