Go to file
Zahary Karadjov 062fe834c8 More complete DynamicBytes implementation 2021-10-10 13:20:18 +02:00
.github/workflows add github action script 2021-05-19 11:19:50 +07:00
tests fix: allow Bool input/output types for contracts (#39) 2021-09-21 12:02:06 +02:00
web3 More complete DynamicBytes implementation 2021-10-10 13:20:18 +02: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 feat: export generated contracts and methods (#40) 2021-09-21 12:03:03 +02: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.