- You should have access to an Algorand node (this demo assumes you're using PureStake).
- You should have Node.js installed on your computer.
- You should be using Google Chrome, because AlgoSigner only works on Google Chrome at this time.
- You should have the AlgoSigner Google Chrome extension installed, as this demo makes extensive use of it.
- You should also make a couple of wallets on Algorand TestNet and use the TestNet ALGO Faucet to generate Algos for them, as these exercises demonstrate how to move assets between two or more addresses.
- In order to use this demo, you can either clone it using Git or download it as a .zip file.
- Open a terminal or command prompt in the folder you unzipped to.
- Run
npm installto install dependencies. - Run
node app.jsto run the application. - Navigate to the server address in Google Chrome to use the demo.