kevm-ganache-cli

6.4.12 • Public • Published

KEVM Ganache-CLI Fork

Installing KEVM

In order to run kevm-ganache-cli, you will need to install kevm-vm. We currently support Ubuntu Bionic (18.04), Arch Linux, and MacOS. There is no support for Windows directly, but instead you can install kevm-vm on WSL using the instructions for Ubuntu Bionic (More about WSL: https://docs.microsoft.com/en-us/windows/wsl/install-win10). Here a specific GitHub release is used, feel free to replace the URL with a newer release from https://github.com/kframework/evm-semantics/releases.

Ubuntu

This is for Ubuntu Bionic (18.04), from a fresh LXC container.

sudo apt install nodejs npm curl git
curl --location 'https://github.com/kframework/evm-semantics/releases/download/v1.0.0-ac35fce/kevm_1.0.0_amd64.deb' --output kevm_1.0.0_amd64.deb
sudo apt install ./kevm_1.0.0_amd64.deb

MacOS

brew install kframework/k/kevm

Arch

This is for Arch Linux, from a fresh LXC container.

sudo pacman -S nodejs npm git python2 make gcc curl git
curl --location 'https://github.com/kframework/evm-semantics/releases/download/v1.0.0-ac35fce/kevm-git-1.0.0-1-x86_64.pkg.tar.xz' --output kevm-git-1.0.0-1-x86_64.pkg.tar.xz
sudo pacman -U kevm-git-1.0.0-1-x86_64.pkg.tar.xz

Install npx

Install the npx executable globally with:

sudo npm install -g npx

Run some Tests

Start the Ganache + KEVM server using the correct initializations required by the OpenZeppelin test suite:

npx kevm-ganache-cli                                                                                         \
    --gasLimit 0xfffffffffff                                                                                 \
    --account="0x2bdd21761a483f71054e14f5b827213567971c676928d9a1808cbfa4b7501200,1000000000000000000000000" \
    --account="0x2bdd21761a483f71054e14f5b827213567971c676928d9a1808cbfa4b7501201,1000000000000000000000000" \
    --account="0x2bdd21761a483f71054e14f5b827213567971c676928d9a1808cbfa4b7501202,1000000000000000000000000" \
    --account="0x2bdd21761a483f71054e14f5b827213567971c676928d9a1808cbfa4b7501203,1000000000000000000000000" \
    --account="0x2bdd21761a483f71054e14f5b827213567971c676928d9a1808cbfa4b7501204,1000000000000000000000000" \
    --account="0x2bdd21761a483f71054e14f5b827213567971c676928d9a1808cbfa4b7501205,1000000000000000000000000" \
    --account="0x2bdd21761a483f71054e14f5b827213567971c676928d9a1808cbfa4b7501206,1000000000000000000000000" \
    --account="0x2bdd21761a483f71054e14f5b827213567971c676928d9a1808cbfa4b7501207,1000000000000000000000000" \
    --account="0x2bdd21761a483f71054e14f5b827213567971c676928d9a1808cbfa4b7501208,1000000000000000000000000" \
    --account="0x2bdd21761a483f71054e14f5b827213567971c676928d9a1808cbfa4b7501209,1000000000000000000000000"

Run OpenZeppelin tests:

git clone https://github.com/OpenZeppelin/openzeppelin-contracts.git
cd openzeppelin-contracts
git checkout b8c8308
npm install
npx truffle test

Readme

Keywords

none

Package Sidebar

Install

npm i kevm-ganache-cli

Weekly Downloads

0

Version

6.4.12

License

MIT

Unpacked Size

17.5 MB

Total Files

318

Last publish

Collaborators

  • cvlad
  • ehildenb