redux-tendermint
TypeScript icon, indicating that this package has built-in type declarations

4.0.4 • Public • Published

Redux is a predictable state container for JavaScript apps.

The redux-tendermint package is a modified version of redux that synchronizes state between your frontend redux application and your tendermint chain.

Redux and Tendermint are both state machines that update a state through a state function.

  • In the case of tendermint, the state function is usually noted (state, tx) => state
  • In the case of redux, the state function is usually written (state, action) => state

Redux-tendermint allows your frontend to use the same state function (=reducer) as a lotion tendermint chain. Your frontend state can now be stored, without the need to set up a database, in a decentralized chain.

Package Sidebar

Install

npm i redux-tendermint

Weekly Downloads

1

Version

4.0.4

License

MIT

Unpacked Size

65.3 kB

Total Files

17

Last publish

Collaborators

  • dvisacker