package.json
file:pnpm install
# or
npm install
# or
yarn
PNPM is the package manager of choice for illustration, but you can use what you want.
localhost:2121
by running the following command:pnpm run dev
You can also build the project and get the distribution files inside the dist/
folder by running:
pnpm run build
Then, you can preview the generated build with a local web server:
pnpm run preview
The 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.