KO
|
EN
gitlite — search
Search
#database
#python
#linux
#ios
#javascript
#php
#android
#docker
#css
#laravel
#migrations
#go
studio
★ 25
Open GitHub ↗
Modern UI for CREDEBL Platform.
Download README (.md)
Explore Similar Repositories
obsigna
:
Agent Receipts — cryptographically signed audit trails for AI agent actions. Protocol spec, SDKs (Go, TypeScript, Python), and MCP proxy.
vc-api
:
An implementation of the VC API specification: https://w3c-ccg.github.io/vc-api/
cord3c-project
:
W3C VC/DID, SSI, JSON, HTTP, monitoring extensions for R3 Corda and Java in general
klayr-did
:
A monorepo of W3C decentralized identifier (DID) and verifiable credentials (VC) tools for Klayr sidechain
// 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
studio
?
Download (.md)
## 🚀 Quick start 1. Clone this repository or download the ZIP file 2. Make sure that you have **Node.js** and NPM, PNPM or Yarn installed 3. Install the project dependencies from the `package.json` file: ```sh pnpm install # or npm install # or yarn ``` _PNPM is the package manager of choice for illustration, but you can use what you want._ 1. Launch the Next.js local development server on `localhost:3000` by running the following command: ```sh pnpm run dev ``` You can also build the project and get the distribution files inside the `.next/` folder by running: ```sh pnpm run build ``` ## Contributing Pull requests are welcome! Please read our [contributions guide](https://github.com/credebl/platform/blob/main/CONTRIBUTING.md) and submit your PRs. We enforce [developer certificate of origin](https://developercertificate.org/) (DCO) commit signing — [guidance](https://github.com/apps/dco) on this is available. We also welcome issues submitted about problems you encounter in using CREDEBL. ## License [Apache License Version 2.0](https://github.com/credebl/platform/blob/main/LICENSE)