Coder Social home page Coder Social logo

eacjseasylauncher's Introduction

EACjsEasyLauncher

Launch Ethereum Alarm Clock javascript client easily

What does this script do?

The script will create a linux container and install all dependencies to run an Ethereum Alarm Clock client for executing other people transactions.

What do I have to do?

You need to make sure you have at least docker installed on any Linux distribution or MacOS.

The other requirements will be installed automatically in a docker container by the script.

Simply run the script like this:

bash launch_eacjs.sh

This procedure will take some time. After everything is correctly installed, you will be asked to type a password 3 times to create a new account. Your password will be saved in plain text in the "password" file, and the ethereum address will be in the "account" file. Parity configuration files will be placed under the parity-config directory. By default the script will ask parity to connect to the "kovan" network.

First launch will take some time until parity is fully synchronized.

Once you see the eac.js console type ".start" to start looking for transactions to execute and that's all.

To check parity synchronization status, simply run the following command in another terminal:

docker logs $(docker ps -q -a --filter ancestor=eac| head -1)

To see the eac.js live logs you can type the following command:

docker exec $(docker ps -q -a --filter ancestor=eac| head -1) tail -f /home/eac/.eac.log

Enjoy!

eacjseasylauncher's People

Contributors

tiagosh avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.