iframe-based wallet

Overview

This is a sample wallet that expects an æpp to be loaded into its iframe.

How it works

  1. Start this wallet, which will start on port 9000

  2. Start the sample contract æpp, which will start on port 9001

  3. Visit localhost:9000 to see the æpp included into this wallet

Installation and running

Prerequisite: refer SDK installation

  1. Install required dependencies with npm install

  2. Start the application npm run serve

Last updated