Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tjanez/registry-test-vectors-test
An example how to validate Oasis Core's entity descriptor signatures from registry test vectors
https://github.com/tjanez/registry-test-vectors-test
Last synced: about 1 month ago
JSON representation
An example how to validate Oasis Core's entity descriptor signatures from registry test vectors
- Host: GitHub
- URL: https://github.com/tjanez/registry-test-vectors-test
- Owner: tjanez
- Created: 2021-08-03T11:03:18.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-08-03T11:11:25.000Z (over 3 years ago)
- Last Synced: 2024-10-12T12:17:33.687Z (2 months ago)
- Language: Go
- Size: 50.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Example Validation of Oasis Core Entity Descriptor Signatures from Registry's Test Vectors
The example is in `register-entity.json` is taken from [Oasis Core Registry's
Test Vectors][registry-vectors].[registry-vectors]:
https://docs.oasis.dev/oasis-core/high-level-components/index/services/registry#test-vectors## Instructions
```bash
cd $(mktemp -d)
git clone https://github.com/tjanez/registry-test-vectors-test.git
cd registry-test-vectors-test/
go run main.go
```## Expected results
```
Entity:
SUCCESS: Entity descriptor signature matches!
```