@aries-framework/redux-store

Redux toolkit wrapper around Aries Framework JavaScript

Usage no npm install needed!

<script type="module">
  import ariesFrameworkReduxStore from 'https://cdn.skypack.dev/@aries-framework/redux-store';
</script>

README


Hyperledger Aries logo

Aries Framework JavaScript Redux Store

License typescript @aries-framework/redux-store version


Aries Framework JavaScript Redux Store is a wrapper around Aries Framework JavaScript (AFJ), built with Redux Toolkit. It can be used to build mobile applications in React Native.

Installation

Make sure you have set up the correct version of Aries Framework JavaScript according to the AFJ repository. To find out which version of AFJ you need to have installed you can run the following command. This will list the required peer dependency for @aries-framework/core.

npm info "@aries-framework/redux-store" peerDependencies

Then add the redux store package to your project.

yarn add @aries-framework/redux-store