Skip to content
This repository was archived by the owner on Jan 13, 2026. It is now read-only.

walt-id/bosa-ssi-portal

 
 

Repository files navigation

🚨 Repository Moved

Important

This repository is no longer maintained.

All walt.id development continues in the monorepo:

waltid-issuer-portal

Build Setup

Using Docker

docker build -t waltid/ssikit-issuer-portal .

Using Node (for development)

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn dev

# build for production and launch server
$ yarn build
$ yarn start

# generate static project
$ yarn generate

For detailed explanation on how things work, check out the documentation.

Ghent Demo hints:


List current citizens in in-memory database:

https://bosa.walt-test.cloud/ghent/citizens/list


Upload citizen data:

  • Populate data in ghent-citizens.json
  • POST data using curl:

curl -X POST https://bosa.walt-test.cloud/ghent/citizens/put -d @ghent-citizens.json

Frontend

proxy: {
    '/issuer-api/': 'https://wallet.walt-test.cloud',
    '/onboarding-api/': 'https://wallet.walt-test.cloud',
    '/api/': 'https://wallet.walt-test.cloud',
    '/bosa/': 'https://integrations.walt-test.cloud'
  }
  • Build:
yarn install
yarn dev

About

Sample issuer portal

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Vue 60.0%
  • SCSS 22.7%
  • JavaScript 16.7%
  • Other 0.6%