https://github.com/felixkamau/solana-token
In this project, we are going to be building our own token on Solana. If you’re an absolute beginner in the Solana ecosystem, then marvellous! This is a very simple tutorial to get you going. By the end of the tutorial, you will understand how tokens function in Solana and what token accounts essentially are.
https://github.com/felixkamau/solana-token
Last synced: 3 months ago
JSON representation
In this project, we are going to be building our own token on Solana. If you’re an absolute beginner in the Solana ecosystem, then marvellous! This is a very simple tutorial to get you going. By the end of the tutorial, you will understand how tokens function in Solana and what token accounts essentially are.
- Host: GitHub
- URL: https://github.com/felixkamau/solana-token
- Owner: felixkamau
- Created: 2024-06-27T18:17:48.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-06-28T17:56:49.000Z (11 months ago)
- Last Synced: 2025-01-08T11:47:26.817Z (5 months ago)
- Language: TypeScript
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Solana-Token
In this project, we are going to be building our own token on Solana. If you’re an absolute beginner in the Solana ecosystem, then marvellous! This is a very simple tutorial to get you going. By the end of the tutorial, you will understand how tokens function in Solana and what token accounts essentially are.