Based on the Create Your First Token lesson, this project walks you through the fundamentals of Tokens on Solana
To use this fork, you need to have Node and Npm, ts-node and the Solana cli suite installed on your machine.
To use the fork, follow the steps outlined below:
- Clone your forked repo.
git clone https://github.com/<YOUR-USERNAME>/ts-token-solana
- Change directory into the root of your cloned repo and install missing node packages
npm install
- Uncomment the lines as directed by the tutorial and run the main TypeScript file
ts-node src/main.ts
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Did you encounter a challenge following the tutorial or running the fork? Head over to our learning support channel on our Discord or alternatively, raise a ticket.
We are always happy to lend a helping hand
All files within this repository are licensed under the MIT License unless explicitly stated otherwise.
100% Open Source software.
© 2023 [Calyptus] - See LICENSE for details.