# 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](https://docs.aeternity.com/developer-documentation/aepp-sdk-js/examples/browser/aepp), which will start on port `9001`
3. Visit [localhost:9000](http://localhost:9000) to see the æpp included into this wallet

## Installation and running

Prerequisite: [refer SDK installation](https://docs.aeternity.com/developer-documentation/aepp-sdk-js/examples/browser/..#setup-info)

1. Install required dependencies with `npm install`
2. Start the application `npm run serve`
