Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 967 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 967 Bytes

Web3 Store

Gitter chat

A library for computing state based on ethereum event logs, which lets you focus on the logic, by writing reducers.

Note: This library is still in very early stages of development, please take extra care when using it.

Usage

To see how examples on using the library, please refer to the test.

Contribute

Most of the discussions are happening in the issues and pull requests, Suggestions, contributions and critisisms are more than welcome, join in.

If you want to get involved: first of all, thanks for considering to do so! Here's how you can setup your environment:

Requirements

Node is the only thing you need. After cloning the repository, install the dependencies, and compile the example contract.

$ npm i
$ npx truffle compile

Tests

To run the test suite:

$ npm test