brynbellomy / EOS-boilerplate

A simple EOS smart contract boilerplate project with a Dockerized dev environment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EOS project boilerplate

To run:

$ ./docker-start.sh
$ ./docker-enter.sh

# now, inside the Docker container:
$ cd /work
$ ./create-accounts.sh
$ ./compile.sh
$ ./sample-tx.sh

The wallet and account info (generated by create-accounts.sh inside the Docker image) is saved in wallet-info.txt and wallet-info-default.json.

To change the created wallet and account names, edit the variables at the top of create-accounts.sh.

To test that the node can be communicated with via Javascript outside the Docker container, run node index.js in the work/web subfolder.

About

A simple EOS smart contract boilerplate project with a Dockerized dev environment


Languages

Language:Python 91.3%Language:Shell 3.7%Language:C++ 2.7%Language:JavaScript 2.3%