-
I think we're finally ready!
Probably want a LocalStorageWallet,and LocalStorageStorageService
We may even be able to use the browser kms
-
https://github.com/hyperledger/aries-framework-go
https://github.com/hyperledger/aries-framework-go/blob/main/docs/project_structure.md
https://github.com/hyperledger/aries-framework-go/tree/main/do…
-
Design can be found [here](https://wiki.hyperledger.org/display/ARIES/Aries+Framework+Go+Wallet).
**Wallet APIs**
- [x] all interfaces and providers needed for wallet
**KMS**
- [x] name spaci…
-
```swift
//
// WalletMainView.swift
// wallet-app-ios
//
import SwiftUI
enum MainMenu: Identifiable {
case qrcode, list, loading
var id: Int {
hashValue
}
}
str…
-
Instructions, git command to pull the repo, documentation, comments etc all refer to Aries-Framework-Javascript. This has been replaced by the move to Credo-TS so Akrida should(?) reference that inste…
-
Goal: Develop a DIDComm-based (DRPC) back-channel communication protocol to facilitate testing for any Aries agent including headless mobile.
Description:
We aim to create a communication framewor…
-
This is just an idea, and not something I can work on at the moment, however I've been thinking lately that I may be nice to use aries-framework-javascript as the base for the toolbox.
With the add…
-
https://github.com/hyperledger/aries-framework-go/pull/2314
I believe there is possibly more implementation support than spec support at this point.
We should get test vectors committed here, to…
-
Some parts of the WASM always assume it's running in the browser. For example, the `jsindexeddb` package is being loaded and [this](https://github.com/hyperledger/aries-framework-go/blob/master/pkg/st…
-
Our team currently uses [vdr-tools](https://gitlab.com/evernym/verity/vdr-tools) as the underlying framework to support AFJ on our mediator. The reasoning is better support for concurrency, as well as…