Setup
To use the Redux Store package, you need to have set up Aries Framework JavaScript according to the AFJ repository (See Getting Started section).
Installation
To add the Redux Store package to your project (after completing the setup step above), simply run:
- npm
- Yarn
npm i @aries-framework/redux-store
yarn add @aries-framework/redux-store