/ts-token-solana

Minting Token on Solana using umi

Primary LanguageTypeScript

Create Your First Token

Based on the Create Your First Token lesson, this project walks you through the fundamentals of Tokens on Solana

Table of Contents

Getting Started

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:

  1. Clone your forked repo.
git clone https://github.com/<YOUR-USERNAME>/ts-token-solana
  1. Change directory into the root of your cloned repo and install missing node packages
npm install
  1. Uncomment the lines as directed by the tutorial and run the main TypeScript file
ts-node src/main.ts

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Questions

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

License

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.