0.6.2 • Published 5 years ago
@findeth/networks v0.6.2
@findeth/networks
@findeth/networks is a library used by FindETH, which provides network functionality. It is used in the desktop, web and CLI applications, that can be found here:
Note: This is a work-in-progress version of FindETH, and is not production-ready. For the current version of FindETH, please refer to this repository.
Installation
You can install @findeth/networks with Yarn (recommended) or NPM:
$ yarn add @findeth/networks$ npm install @findeth/networksGetting Started
TODO
Development
Install dependencies with yarn:
$ yarnTo run automated tests, use the test script:
$ yarn run lintTo build the library, use the build script:
$ yarn run build