iframe-based wallet
Overview
This is a sample wallet that expects an æpp to be loaded into its iframe.
How it works
Start this wallet, which will start on port
9000
Start the sample contract æpp, which will start on port
9001
Visit localhost:9000 to see the æpp included into this wallet
Installation and running
Prerequisite: refer SDK installation
Install required dependencies with
npm install
Start the application
npm run serve
Last updated