This project demonstrates how to use the Solana Javascript API to implement a simple web wallet.
IMPORTANT: This wallet does not sufficently protect the private keys it generates and should NOT be used in a non-test environment
$ npm install
$ npm run start
Then open your browser to http://localhost:8080/
When making changes, using the webpack-dev-server can be quite convenient as it will rebuild and reload the app automatically
$ npm run dev