This is a sample æpp that compiles contracts using the æternity JavaScript SDK.
- 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
Prerequisite: refer SDK installation
- Install required dependencies with
npm install
- Start the application
npm run serve