Go to file
jangko 97e05aea65
fix transaction_signing due to EIP-1559 changes
2021-06-27 13:08:47 +07:00
.github/workflows add github action script 2021-05-19 11:19:50 +07:00
tests fixes failing test cases 2021-05-19 11:19:51 +07:00
web3 fix transaction_signing due to EIP-1559 changes 2021-06-27 13:08:47 +07:00
.appveyor.yml fix appveyor.yml: 'ganache-cli.cmd' instead of 'ganache-cli' 2020-07-15 16:35:37 +07:00
.gitignore Initial commit 2018-12-21 18:27:09 +01:00
.travis.yml add github action script 2021-05-19 11:19:50 +07:00
LICENSE-APACHEv2 Initial commit 2018-12-21 18:27:09 +01:00
LICENSE-MIT Initial commit 2018-12-21 18:27:09 +01:00
README.md deactivate appveyor and travis CI 2021-05-19 11:30:37 +07:00
ci-test.sh add github action script 2021-05-19 11:19:50 +07:00
nim.cfg silence spurious warnings 2020-07-15 10:14:28 +07:00
web3.nim Fix exceptions from callbacks 2021-03-22 17:14:26 +01:00
web3.nimble add github action script 2021-05-19 11:19:50 +07:00

README.md

web3

License: MIT License: Apache Stability: experimental Github action

The humble beginnings of a Nim library similar to web3.[js|py]

Installation

You can install the developement version of the library through nimble with the following command

nimble install https://github.com/status-im/nim-web3@#master

License

Licensed and distributed under either of

or

at your option. This file may not be copied, modified, or distributed except according to those terms.