ruzicic / addressbook-aepp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

addressbook aepp

Prerequisites

  • Docker - required for local aeternity node for compiling, testing and development environment
  • ForgAE æternity development framework which helps with setting up a project
  • Aecli æternity’s JavaScript SDK command-line interface

Running

Start docker and then start our local node with:

forgae node

# To stop the local node, simply run
forgae node --stop

Compile Sophia contracts

forgae compile

Testing

forgae test

Useful links

About


Languages

Language:JavaScript 91.2%Language:Shell 8.8%