Go to file
tersec 6f441a9c1d
re-enable ObservableStores and GcUnsafe2 warnings (#177)
2024-10-25 02:06:48 +00:00
.github/workflows Fix test and i386 CI (#171) 2024-10-11 15:21:30 +07:00
tests re-enable ObservableStores and GcUnsafe2 warnings (#177) 2024-10-25 02:06:48 +00:00
web3 re-enable ObservableStores and GcUnsafe2 warnings (#177) 2024-10-25 02:06:48 +00: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 Initial commit 2018-12-21 18:27:09 +01:00
LICENSE-MIT Initial commit 2018-12-21 18:27:09 +01:00
README.md Replace ganache-cli with hardhat (#154) 2024-09-29 22:48:19 +02:00
ci-test.sh v0.2.0: Revamp data types 2023-12-12 12:15:34 +07:00
config.nims v0.2.0: Revamp data types 2023-12-12 12:15:34 +07:00
nim.cfg re-enable ObservableStores and GcUnsafe2 warnings (#177) 2024-10-25 02:06:48 +00:00
simulator.sh Replace ganache-cli with hardhat (#154) 2024-09-29 22:48:19 +02:00
web3.nim Fix subscription handler (#175) 2024-10-23 17:05:48 +07:00
web3.nimble re-enable ObservableStores and GcUnsafe2 warnings (#177) 2024-10-25 02:06:48 +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 hardhat node

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.