This repository has been archived by the owner on Dec 12, 2024. It is now read-only.
generated from TBD54566975/tbd-project-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
gabe
committed
Aug 21, 2024
1 parent
09cb07b
commit 032abcb
Showing
9 changed files
with
369 additions
and
148 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Binaries for programs and plugins | ||
*.exe | ||
*.exe~ | ||
*.dll | ||
*.so | ||
*.dylib | ||
.gobincache | ||
|
||
# Test binary, built with `go test -c` | ||
*.test | ||
|
||
# Output of the go coverage tool, specifically when used with LiteIDE | ||
*.out | ||
|
||
# Dependency directories (remove the comment below to include it) | ||
# vendor/ | ||
|
||
# MacOS | ||
.DS_Store | ||
|
||
# IDE | ||
.idea/ | ||
|
||
# Mobile | ||
*.jar | ||
*.aar |
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,14 @@ | ||
# $PROJECT_NAME README | ||
# VC JOSE COSE in GO | ||
|
||
Congrats, project leads! You got a new project to grow! | ||
|
||
This stub is meant to help you form a strong community around your work. It's yours to adapt, and may | ||
diverge from this initial structure. Just keep the files seeded in this repo, and the rest is yours to evolve! | ||
|
||
## Introduction | ||
|
||
Orient users to the project here. This is a good place to start with an assumption | ||
that the user knows very little - so start with the Big Picture and show how this | ||
project fits into it. It may be good to reference/link the broader architecture in the | ||
`collaboration` repo or the developer site here. | ||
|
||
Then maybe a dive into what this project does. | ||
|
||
Diagrams and other visuals are helpful here. Perhaps code snippets showing usage. | ||
|
||
Project leads should complete, alongside this `README`: | ||
* [CODEOWNERS](./CODEOWNERS) - set project lead(s) | ||
* [CONTRIBUTING.md](./CONTRIBUTING.md) - Fill out how to: install prereqs, build, test, run, access CI, chat, discuss, file issues | ||
* [Bug-report.md](.github/ISSUE_TEMPLATE/bug-report.md) - Fill out `Assignees` add codeowners @names | ||
* [config.yml](.github/ISSUE_TEMPLATE/config.yml) - remove "(/add your discord channel..)" and replace the url with your Discord channel if applicable | ||
|
||
The other files in this template repo may be used as-is: | ||
* [CODE_OF_CONDUCT.md](./CODE_OF_CONDUCT.md) | ||
* [GOVERNANCE.md](./GOVERNANCE.md) | ||
* [LICENSE](./LICENSE) | ||
A lightweight go implementation of the [W3C Verifiable Credentials v2 Data Model](https://www.w3.org/TR/vc-data-model-2.0) | ||
with support for [Securing Verifiable Credentials using JOSE and COSE](https://www.w3.org/TR/vc-jose-cose/). | ||
|
||
## Project Resources | ||
|
||
| Resource | Description | | ||
| ------------------------------------------ | ------------------------------------------------------------------------------ | | ||
| [CODEOWNERS](./CODEOWNERS) | Outlines the project lead(s) | | ||
| [CODE_OF_CONDUCT.md](./CODE_OF_CONDUCT.md) | Expected behavior for project contributors, promoting a welcoming environment | | ||
| [CONTRIBUTING.md](./CONTRIBUTING.md) | Developer guide to build, test, run, access CI, chat, discuss, file issues | | ||
| [CODE_OF_CONDUCT.md](./CODE_OF_CONDUCT.md) | Expected behavior for project contributors, promoting a welcoming environment | | ||
| [CONTRIBUTING.md](./CONTRIBUTING.md) | Developer guide to build, test, run, access CI, chat, discuss, file issues | | ||
| [GOVERNANCE.md](./GOVERNANCE.md) | Project governance | | ||
| [LICENSE](./LICENSE) | Apache License, Version 2.0 | |
Oops, something went wrong.