KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#cli
#claude-code
#codex
#developer-tools
#react
#windows
wallet
★ 23
Open GitHub ↗
Wallet implementation based on agent-sdk
Download README (.md)
Explore Similar Repositories
DIDComm-js
:
JS implementation of pack and unpack
didcomm-rs
:
DIDComm messaging specifications implementation: https://identity.foundation/didcomm-messaging/spec/
didcomm.org
:
No description available.
didcomm-rust
:
No description available.
mediator
:
Identus DIDComm V2 Mediator
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
wallet
?
Download (.md)
[](https://github.com/trustbloc/wallet/releases/latest) [](https://raw.githubusercontent.com/trustbloc/wallet/main/LICENSE) [](https://godoc.org/github.com/trustbloc/wallet) [](https://github.com/trustbloc/wallet/actions/workflows/build.yml) [](https://codecov.io/gh/trustbloc/wallet) [](https://goreportcard.com/report/github.com/trustbloc/wallet) # Wallet The TrustBloc Wallet repo contains a Web Wallet to store/share [W3C Verifiable Credential(VC)](https://w3c.github.io/vc-data-model/) signed/verified with [W3C Decentralized Identifier(DID)](https://w3c.github.io/did-core/). These wallets are useful for the [holder](https://www.w3.org/TR/vc-data-model/#dfn-holders) role defined in [W3C Verifiable Credential](https://www.w3.org/TR/vc-data-model/#ecosystem-overview) Specification. The wallet uses [TrustBloc Wallet SDK](https://github.com/trustbloc/agent-sdk/tree/main/cmd/wallet-js-sdk) built on top of [Aries Verifiable Credential wallet](https://github.com/hyperledger/aries-framework-go/blob/main/docs/vc_wallet.md) based on [Universal Wallet Specifications](https://w3c-ccg.github.io/universal-wallet-interop-spec/) implementation. ## Components - [Wallet Web](docs/components/wallet_web.md) ## Build To build from source see our [build documentation](docs/build.md). ## Test - [Test](docs/test/test.md) ## Contributing Thank you for your interest in contributing. Please see our [community contribution guidelines](https://github.com/trustbloc/community/blob/main/CONTRIBUTING.md) for more information. ## License Apache License, Version 2.0 (Apache-2.0). See the [LICENSE](LICENSE) file.