2.1.1 • Published 5 years ago

ethvtx v2.1.1

Weekly downloads
22
License
MIT
Repository
github
Last release
5 years ago

Introduction

ethvtx is an Ethereum-Ready & Framework-Agnostic Redux configuration. This package contains all the tools to build an efficient Redux store for your Dapp. Our goal was to create a tool that will allow Dapp developers to efficiently fetch and manipulate informations about the Ethereum Blockchain. By minimizing the amount of requests and by caching and reusing as much data as possible, we decrease the impact that our apps have on the Ethereum nodes.

A complete set of dispatcher and getters are exposed to the developer and can be used directly inside any of the mapStateToProps or mapDispatchToProps functions to properly recover informations or emit actions.

The store handles transactions, accounts, contracts and blocks. Each single section has its own set of dispatchers and getters, and all are well documented in the official documentation,

Installation

npm install --save ethvtx redux redux-saga

More informations here

Documentation

An extensive usage documentation can be found here

Questions ? Join the chat at https://gitter.im/ethvtx/general !

Examples

Embark Showcase Project

There is an example project showcasing how to use ethvtx in an embark project.

It can be found here

React TS Showcase Application

The repository contains a complete React Typescript Showcase.

Start by setting up a ganache node in one terminal:

ganache-cli

To setup the showcase, run:

git clone https://github.com/ticket721/ethvtx
cd ethvtx/examples
npm run setup
npm run start

You can then visit the app from http://localhost:3000. Be sure to have Metamask installed, and quadruple-check that you aren't on the Main Ethereum Network before testing transactions :) .

Status

ServiceStatus
CoverallsCoverage Status
2.1.1

5 years ago

2.1.0

5 years ago

2.0.6

5 years ago

2.0.5

5 years ago

2.0.4

5 years ago

2.0.3

5 years ago

2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago