Skip to content

Create a fungible token on Algorand blockchain | Algorand blockchain | Multi-chain development

Notifications You must be signed in to change notification settings

0xJonaseb11/token-algorand

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

token-algorand

About

Why Algorand?

Algorand is the Layer-1 protocol that supports developing dApps, uses the Pure Proof of Stake (PPoS) consensus mechanism, is a sustainable green blockchain, and is also in partnership with ClimateTrade. It is energy efficient as compared to other blockchains.Not only this, Algorand is fast, secure, and scalable: Algorand smart contracts operate at over 1,000 TPS (transaction per second).

Algorand is an exciting new blockchain technology that offers decentralization, scalability, security, and environmental sustainability. The Algorand Virtual Machine (AVM) and Algorand Standard Assets (ASA) are two key features that make Algorand stand out among other blockchains.

Getting started

# install prerequisites and setup
# init package.json
npm init -y
# insall algosdk
npm install algosdk
# list algosdks
npm list algosdk # should see something like this =>  algosdk@2.7.0

Generating account details

cd token
node CreateAccount.js
# The `passphrase/mnemonic`, `privateKey` and `address` will be generated

Creating asset

cd token
node CreateAsset.js

After running task, you should see something like this

Creating token Metadata....
Token deployed successfully!!
Asset ID created: 663539668
Asset Url: https://testnet.explorer.perawallet.app/asset/663539668
# click the token link in the console
# It is in format of this
https://testnet.explorer.perawallet.app/asset/<Your_assetID>

After, click the token link and you should see something like this

Jaz coin algorand token


@0xJonaseb11

About

Create a fungible token on Algorand blockchain | Algorand blockchain | Multi-chain development

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published