Skip to content

Latest commit

 

History

History

aepp

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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