Skip to content

planet-ethereum/web3-store

Repository files navigation

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

About

State manager for Ethereum event logs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published