Skip to content
This repository has been archived by the owner on May 21, 2021. It is now read-only.
/ zcash-redux Public archive

Zcash Redux - Redux helper for connecting to Zcash Daemon

License

Notifications You must be signed in to change notification settings

ZcashJS/zcash-redux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zcash Redux

Redux clients for Zcash Daemon

WARNING

Library currently under development, will undergo further breaking changes. Not ready for production use.

Installation

yarn add zcash-redux

or

npm i zcash-redux

Usage

You can import the reducer into your application and add it as a child reducer with combineReducers:

import { zReducer } from 'zcash-redux';

export default combineReducers({
  header: headerReducer,
  routing: routerReducer,
  ...
  zcash: zReducer,
});

About

Zcash Redux - Redux helper for connecting to Zcash Daemon

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published