Usage docs Reference Examples

ReDApp

Build Status dependencies Status devDependencies Status License: MIT

ReDApp is a NPM package aiming to ease the development of DApps (decentralized applications) by performing the common web3 tasks in an idiomatic Redux flow:

coming soon in V2:

ReDApp only supports Web3.js v1.0+.

Documentation

API reference docs and integration docs can be found here: ReDApp Documentation

Dependencies

Library deps.

Dev deps.

Examples

See /examples folder:

Testing & Coverage

npm run:test
npm run:cover

Building

There are three build output formats: ES6, common-js, UMD.

ES6

npm run build:es

Common-js

npm run build:cjs

UMD

npm run build:umd
npm run build:umd:min

License

MIT, see LICENSE file