2018-12-21 17:27:09 +00:00
|
|
|
# web3
|
|
|
|
|
|
|
|
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
|
|
|
|
[![License: Apache](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
|
|
|
|
![Stability: experimental](https://img.shields.io/badge/stability-experimental-orange.svg)
|
2021-05-18 04:43:40 +00:00
|
|
|
![Github action](https://github.com/status-im/nim-web3/workflows/nim-web3%20CI/badge.svg)
|
2018-12-21 17:27:09 +00:00
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
* MIT license: [LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT
|
|
|
|
|
2019-01-02 14:10:24 +00:00
|
|
|
or
|
|
|
|
|
|
|
|
* Apache License, Version 2.0, ([LICENSE-APACHEv2](LICENSE-APACHEv2) or http://www.apache.org/licenses/LICENSE-2.0)
|
2018-12-21 17:27:09 +00:00
|
|
|
|
2019-01-02 14:10:24 +00:00
|
|
|
at your option. This file may not be copied, modified, or distributed except according to those terms.
|