# Sample æpp for contracts

## Overview

This is a sample æpp that compiles contracts using the æternity JavaScript SDK.

### How it works

1. Choose the wallet example from [examples](https://docs.aeternity.com/developer-documentation/aepp-sdk-js/examples/browser) folder (the simplest is [iframe-based wallet](https://docs.aeternity.com/developer-documentation/aepp-sdk-js/examples/browser/wallet-iframe))
2. Start the wallet according to its readme
3. Start this æpp, which will start on port [9001](http://localhost:9001)
4. Connect this æpp to a choosed wallet according to its readme

## 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`
