Welcome to the "Create a Fungible Token on Algorand with JS" project! This repository provides step-by-step instructions and code samples to help you create your own fungible tokens on the Algorand blockchain using JavaScript.
Before we begin, make sure you have the following prerequisites installed on your system:
- Node.js and npm (Node Package Manager)
- Algorand Sandbox for a local Algorand node (optional)
- An Algorand account with ALGO tokens for transaction fees
- Basic knowledge of JavaScript and Algorand blockchain concepts
Follow these steps to create a fungible token on Algorand:
-
Clone this repository to your local machine:
git clone https://github.com/Kayleexx/algorand-fungible-token.git
-
Change directory to the project folder:
cd algorand-fungible-token
-
Install project dependencies:
npm install
Once you have created your fungible token, you can use it for various purposes, such as creating a token-based economy, managing assets, or even building decentralized applications (dApps) on the Algorand blockchain.