-
Description:
Abridged is the “Stripe for Web 3 development”. Our SDK makes it super simple to integrate Web 3 components like account contracts and state channels into your application so that you…
-
Abridged is an SDK that provides:
- Counterfactual Contract Wallet Deployment
- Multi-Device Wallet Access Management
- Multi-Party Account Recovery
- Fiat -> Crypto On-ramp
- Meta-Transactions
…
-
As discussed with @cwhinfrey, @jamesyoung and @spalladino, it'd be interesting to include a factory such as [archanova's](https://github.com/archanova/solidity/blob/08f8f6bedc6e71c24758d20219b7d0749d7…
-
## Description
I did a fresh install of the master branch and attempted to get the SDK running on local, however it crashes throwing an error about too many params.
```
REACT_APP_ACTIVATE_HELP=…
-
## Description
When following [the redux middleware guide](https://github.com/netgum/archanova/blob/develop/docs/sdk/redux_integration.md), the code will throw an `undefined` error.
When runnin…
-
This is a follow-up to issue #39, I've moved away from a Typescript environment with `react-scripts-ts` and I'm using the latest `react-scripts@3.0.1` from `create-react-app@3.0.1`.
I'm still getti…
-
Run:
$ npm i @archanova/cli -g
$ npm i @archanova/sdk -S
$ npm run bootstrap
$ npm run compile
$ npm run start:sdk:playground:5100
Error:
> archanova@0.0.0 start:sdk:playground:5100 /home/d…
-
## Description
When using any command [In the CLI documentation](https://github.com/netgum/archanova/blob/develop/packages/cli/README.md), the console will read that there is a console error
-
## Description
After collecting a signature for a social recovery with the settings of 1 Required Friend, with 1 Friend account set up.
Submitting of social recovery returns an error of revert. …
-
## Description of scenario
* Client device initialises & creates account
* Client adds guardian as device
* Guardian device connects to client account
* Guardian funds & deploys account
* …