Requirements and Infrastructure
🐳 Backend with the server (serverUrl)
The backend (VOS-Mock) exposes necessary endpoints for:
User registration with WebAuthn
Authentication with WebAuthn
Bot that grants memberships to registered users
Environment configuration
For the test environment you need an env file to catch up basic parameters. Create an .env file in the root of your project, with this content:
To run the backend execute:
⛓️ Blockchain (providerUrl)
The same VOS-Mock Docker image includes a test blockchain that exposes a websocket on port 12281.
To configure:
The component needs an attribute called providerUrl
that points to a compatible blockchain (default: ws://localhost:12281
).
🔑 Browser requirements
WebAuthn support (all modern browsers)
HTTPS mandatory (except on localhost)
JavaScript enabled
⚠️ Important: The component will not work if the
serverUrl
andproviderUrl
values are not correctly configured or the services are not active.
Last updated