This is a sample wallet as an WebExtension. It works with æpp opened in a browser where it is installed.
- Install this wallet to Chrome or Firefox
- Start the sample contract æpp, which will start on port
9001
- Visit localhost:9001
- This wallet should attempt to connect to the æpp
Prerequisite: refer SDK installation
- Install required dependencies with
npm install
- Start the build server in watch mode
npm run serve
- Open chrome://extensions
- Enable "Developer mode" at the right top conner
- Press "Load unpacked" button and choose the
dist
folder