Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 725 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 725 Bytes

Summary

Exercice Tx Link

  • This project contains 4 relevant files:
    1. keygen.ts - used to generate a new keypair for the program. yarn keygen
    2. airdrop.ts - used to airdrop tokens to a specified address. yarn airdrop
    3. transfer.ts - used to transfer tokens from one address to another. yarn transfer
    4. enroll.ts - used to enroll a new user in the program. yarn enroll