Skip to main content

super cool toolkit

Project description

lord kelvin

EVM interface

Quickstart:

  • to just build the docker image, type:
make dbuild
  • to run tests, type:
make -C tools
  • or to use a specific ganache port:
PORT=1234 make -C tools
  • to run tests, then get a shell, type:
make -C tools sh
  • or to use a specific ganache port:
PORT=1234 make -C tools sh

Using different networks

  • Only ganache and kovan are supported

  • To add a network:

    • add a new env.{NEWORK}.sh file to tools
    • add a new alias in tools/aliases

Inside docker

  • your life is easy, just type the name of the network!

  • Examples:

ganache
kovan

Outside docker

  • to use ganache (the default), type:
source env.sh
  • to use kovan, type:
source env.kovan.sh

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lordkelvin-4.4.4.tar.gz (16.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page