Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 629 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 629 Bytes

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 folder (the simplest is iframe-based wallet)
  2. Start the wallet according to its readme
  3. Start this æpp, which will start on port 9001
  4. Connect this æpp to a choosed wallet according to its readme

Installation and running

Prerequisite: refer SDK installation

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