Sample æpp for contracts
Overview
This is a sample æpp that compiles contracts using the æternity JavaScript SDK.
How it works
Choose the wallet example from examples folder (the simplest is iframe-based wallet)
Start the wallet according to its readme
Start this æpp, which will start on port 9001
Connect this æpp to a choosed wallet according to its readme
Installation and running
Prerequisite: refer SDK installation
Install required dependencies with
npm install
Start the application
npm run serve
Last updated