Skip to content

Kayleexx/algorand-fungible-token

Repository files navigation

Create a Fungible Token on Algorand with JS

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.

Prerequisites

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

Getting Started

Follow these steps to create a fungible token on Algorand:

  1. Clone this repository to your local machine:

    git clone https://github.com/Kayleexx/algorand-fungible-token.git
    
  2. Change directory to the project folder:

    cd algorand-fungible-token
    
  3. Install project dependencies:

    npm install
    

Usage

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.

Releases

No releases published

Packages

No packages published