Skip to content

This tool enables users to use new or existing credentials from the Algorand blockchain, on various networks such as (mainnet and testnet) to create Algorand Standard Assets (ASA).

Notifications You must be signed in to change notification settings

garrett-vorce/GenerAtor

Repository files navigation

Algorand - ASA Token Generator - 1.0

Algorand

Overview

This tool enables users to use new or existing credentials on the Algorand blockchain, on various networks such as (Main Net and Test Net) to create Algorand Standard Assets (ASA).


Assets that represent many of the same type, like a stable coin, may be referred to as fungible assets. Single, unique assets are referred to as non-fungible assets.


Flow

Step 1

Step 2

Step 3

Popup

Installation

Clone the repository

git clone https://github.com/garrett-vorce/GenerAtor.git

Use npm to dependencies.

npm install

Compile Angular assets & launch Electron

npm run start

Set up & Installation

Choose between networks located in src/app/utils/networks.ts

export const networks = [
  {
    name: 'Main Network',
    host: '',
    token: '',
  },
  {
    name: 'Test Network',
    host: 'https://testnet.algoexplorerapi.io',
    token: 'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa',
  },
];

Test Network

1). Generate 3 accounts

node createAccounts.js

2). Copy Addresses and Mnenomic keys in a separate location

3). Add Algo's to each test account via Test Network Faucet (+10 ALGO per request)


Main Network

1). Sign up on Purestake

2). Navigate to YOUR API KEY

3). Copy API KEY, insert like so:

  {
    name: 'Main Network',
    host: 'https://mainnet-algorand.api.purestake.io/ps2',
    token: '<YOUR-API-KEY>',
  },

4). Minimum Balances

  • All accounts must have a minimum balance of 0.1 ALGO
  • Main account must have an account balance of >= 0.2 ALGO

Debug

Uncomment inside app.js

// browserWinder.webContents.openDevTools()

Donation

If this project helps you reduce time to develop, consider tipping! :)

Algorand: 6Q2GWWMPSTTIM27IRKRQHJHHGOUM5K254ORZORVYR52XKZ7LKEAS2X4IE4

Bitcoin: bc1ql0q533mwk5m29l69gh2wtgq0lxcv0f50v5r2qp

Ethereum: 0x70B592d81A045e57b849e2b2754630115671b1B7

Social

Medium

Publish0x

License

MIT

About

This tool enables users to use new or existing credentials from the Algorand blockchain, on various networks such as (mainnet and testnet) to create Algorand Standard Assets (ASA).

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published