dethcrypto / deth

☠️ Ethereum Node focused on Developer Experience
MIT License
125 stars 14 forks source link

The published version does not match the config documentation #83

Closed yahgwai closed 4 years ago

yahgwai commented 4 years ago

The config documentation shows config of the form:

blockchain: {
    accounts: {
      privateKeys: [],
      initialBalance: new BN(10000).pow(new BN(18))
    },
    chainId: 420
  },

however the latest version 0.0.5, appears to require config of the form:

    accounts: {
      privateKeys: [],
      initialBalance: new BN(10000).pow(new BN(18))
    },
   blockchain: {
    chainId: 420
  },
krzkaczor commented 4 years ago

Hey @yahgwai, yeah that can be right. The project is no longer maintained, I will update the readme with appropriate message.

If you're looking for something similiar take a look at: https://buidler.dev/buidler-evm/