Go to file
Kim De Mey 428c46c94f
Add writeValue for BlockNumber (#136)
As it is also possible to use directly BlockNumber instead of the
RtBlockIdentifier in the eth_api.
2024-03-15 09:05:24 +01:00
.github/workflows use non-EOL macOS version and fix spelling (#133) 2024-02-16 04:10:23 +00:00
tests Remove error field from AccessListResult 2024-02-29 17:51:42 +07:00
web3 Add writeValue for BlockNumber (#136) 2024-03-15 09:05:24 +01:00
.gitignore Feature/execution api spec (#69) 2024-01-11 21:02:42 +07:00
.gitmodules Feature/execution api spec (#69) 2024-01-11 21:02:42 +07:00
LICENSE-APACHEv2
LICENSE-MIT
README.md Bugfix/nully values (#61) 2023-12-14 06:56:54 +07:00
ci-test.sh
config.nims
nim.cfg
simulator.sh Bugfix/nully values (#61) 2023-12-14 06:56:54 +07:00
web3.nim re-add support for `fromBlock`, `toBlock`, `blockHash` in `eth_getLogs` (#130) 2024-02-06 21:26:20 +00:00
web3.nimble test refc in CI in Nim 2.0 and later (#134) 2024-02-17 02:09:58 +00: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

Development

You should first run ./simulator.sh which runs ganache-cli

This creates a local simulated Ethereum network on your local machine and the tests will use this for their E2E processing

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.