All Projects → trustbloc → sandbox

trustbloc / sandbox

Licence: Apache-2.0 license
Demonstration environments

Programming Languages

go
31211 projects - #10 most used programming language
HTML
75241 projects
shell
77523 projects
javascript
184084 projects - #8 most used programming language
Makefile
30231 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to sandbox

verifiable-data
Open Source Decentralized Identifiers and Verifiable Credentials Infrastructure and Tooling
Stars: ✭ 18 (-10%)
Mutual labels:  did, verifiable-credentials, decentralized-identifiers
awesome-self-sovereign-identity
An awesome list of self-sovereign identity resources.
Stars: ✭ 161 (+705%)
Mutual labels:  did, verifiable-credentials, decentralized-identifiers
okapi
Collection of tools that support workflows for authentic data and identity management. Libraries available in most languages.
Stars: ✭ 14 (-30%)
Mutual labels:  did, verifiable-credentials
WeIdentity
基于区块链的符合W3C DID和Verifiable Credential规范的分布式身份解决方案
Stars: ✭ 1,063 (+5215%)
Mutual labels:  did, verifiable-credentials
wallet
Wallet implementation based on agent-sdk
Stars: ✭ 24 (+20%)
Mutual labels:  verifiable-credentials, didcomm
aries-agent-test-harness
Aries agent test framework, with agent backchannel support
Stars: ✭ 43 (+115%)
Mutual labels:  verifiable-credentials
go-pdu
Parallel Digital Universe - A decentralized social networking service
Stars: ✭ 39 (+95%)
Mutual labels:  did
dcc-sdk.js
Verifiable QR SDK for EU Digital Green Certificates
Stars: ✭ 23 (+15%)
Mutual labels:  verifiable-credentials
github-did
Decentralized Identity with Github
Stars: ✭ 108 (+440%)
Mutual labels:  did
did-common-java
Shared DID Java library.
Stars: ✭ 28 (+40%)
Mutual labels:  decentralized-identifiers
sidetree-core-go
Ledger-agnostic Sidetree core components in Golang
Stars: ✭ 22 (+10%)
Mutual labels:  did
.well-known
Specs and documentation for all DID-related /.well-known resources
Stars: ✭ 44 (+120%)
Mutual labels:  did
indy-vdr
A library and proxy server for interacting with Hyperledger Indy Node ledger instances
Stars: ✭ 31 (+55%)
Mutual labels:  verifiable-credentials
corda-did-method
This is an implementation of the Corda DID Method which enables Create-Read-Update-Delete (CRUD) operations on the Corda Decentralized Identifier (DID)
Stars: ✭ 17 (-15%)
Mutual labels:  did
verity
Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repository contains the back-end service which is accessed using the Verity SDK. This is a read-only mirror. Contributions are welcomed at https://gitlab.com/evernym .
Stars: ✭ 18 (-10%)
Mutual labels:  verifiable-credentials
business-partner-agent
The Business Partner Agent is a SSI wallet and controller based on aries cloud agent python.
Stars: ✭ 52 (+160%)
Mutual labels:  verifiable-credentials
DiD
Keeping track of what is going on with the latest DiD innovations.
Stars: ✭ 299 (+1395%)
Mutual labels:  did
issuer-kit
Verifiable Credential Issuer Starter Kit
Stars: ✭ 33 (+65%)
Mutual labels:  verifiable-credentials
interoperability
The archive and information hub for the cross-community interoperability project. Focus is on education and familiarity for various efforts across multiple groups for interoperable decentralized identity infrastructure.
Stars: ✭ 87 (+335%)
Mutual labels:  verifiable-credentials
pallet-did
A Substrate pallet for decentralized identifiers' (DIDs) management.
Stars: ✭ 66 (+230%)
Mutual labels:  did

Release License Godocs

Build Status codecov Go Report Card

sandbox

Sandbox contains the sample implementations of Issuer and Verifier/RP to demonstrate the following main features provided by the TrustBloc projects.

Projects

Follow this link to learn more about all the TrustBloc projects and APIs.

Sample Applications

Demo

Components

OpenAPI specifications

Build and Deployment

For pre-requisites, please refer TrustBloc k8s deployments. Also, refer for detailed steps to update components in sandbox.

The sandbox k8s is dependent on TrustBloc k8s. The TRUSTBLOC_CORE_K8S_COMMIT variable in Makefile points to the TrustBloc k8s deployment version. In case of any code/docker image changes to the underlying components, update the variable with k8s commit id. Alternatively, uncomment the symlink command to point it to the cloned TrustBloc k8s repo.

Run following target to run the components locally.

# builds the sandbox images, creates k8s cluster and deploys the trustbloc components
make build-setup-deploy

# pulls the sandbox images from remote registry, creates k8s cluster and deploys the trustbloc components 
make setup-deploy

# stops the k8s cluster
make minikube-down

# undeploys all the components without bringing down minikube
make undeploy-all

# deploys all the components provided minikube is up
make deploy-all

The SSL CA cert located inside ~/.trustbloc-k8s/local/certs/ need to be imported to system cert chain.

Refer Build and Deployment for more information

Automated testing

Use following targets to run the automation tests built using WebDriverIO. To run this, npm need to be installed in the system.

# runs tests for configurations in ./test/ui-automation/wdio.conf.js (by default, it runs against local deployment)
make automation-test

# runs tests against locally deployed k8s cluster
make automation-test-local

# runs tests against cloud deployed dev k8s cluster 
make automation-test-dev

Contributing

Thank you for your interest in contributing. Please see our community contribution guidelines for more information.

License

Apache License, Version 2.0 (Apache-2.0). See the LICENSE file.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].