- Clone this repository or download the ZIP file
- Make sure that you have Node.js and NPM, PNPM or Yarn installed
- Install the project dependencies from the
package.jsonfile:
pnpm install
# or
npm install
# or
yarnPNPM is the package manager of choice for illustration, but you can use what you want.
- Launch the Astro local development server on
localhost:2121by running the following command:
pnpm run devYou can also build the project and get the distribution files inside the dist/ folder by running:
pnpm run buildThen, you can preview the generated build with a local web server:
pnpm run previewThe CREDEBL platform is built by Blockster Labs (Product Division of AyanWorks). For the core SSI capabilities, it leverages the great work from multiple open-source projects such as Hyperledger Aries, Bifold, Asker, Indy, etc.
Pull requests are welcome! Please read our contributions guide and submit your PRs. We enforce developer certificate of origin (DCO) commit signing — guidance on this is available. We also welcome issues submitted about problems you encounter in using CREDEBL.