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.
- Wallet
- ASC Stateless Smart Contract Compilation
- Faucet
- Algorand Network Selection
- ASA Asset Creation
- Atomic Transfer
- Tutorials
Install NPM modules on fresh deployment:
$ npm installTo run in development mode:
$ npm startTo prepare production ready build:
$ npm run buildTo run in production mode:
$ npm run start:prodTo generate new react container / component:
$ npm run generate