Skip to content

RockX-SG/algorand-ide

Repository files navigation

Algorand IDE

Algorand IDE playground is a hassle-free environment to try out Algorand's various features without having to install anything. These features includes wallet transactions, atomic transfer, ASA asset creation, ASC stateless smart contract and more.

We aim to make it easy for new developers to test different features and onboard to Algorand easily.

Features

  • Wallet
  • ASC Stateless Smart Contract Compilation
  • Faucet
  • Algorand Network Selection
  • ASA Asset Creation
  • Atomic Transfer
  • Tutorials

Instructions

Install NPM modules on fresh deployment:

$ npm install

To run in development mode:

$ npm start

To prepare production ready build:

$ npm run build

To run in production mode:

$ npm run start:prod

To generate new react container / component:

$ npm run generate