Skip to content
Last updated

Dashboard

The Vilna dashboard at app.vilna.io is the web interface for your account. You can manage workspaces, projects, team members, and API keys - and work with the same blockchain data available through the Platform API and Management API.

Work in progress

The dashboard is still being built out. Some features may change.

Account and access

After signing up you get a workspace - the root of your account. Inside it you create projects, each with its own isolated set of addresses, balances, and events. You can invite team members by email and assign them roles at both the workspace level (admin, member) and project level (editor, viewer).

Each account supports up to 5 workspaces.

API keys

The dashboard is where you create and manage all three key types:

TypePrefixScopeEndpoint
API keyvilna_api_ProjectPlatform API at api.vilna.io
RPC keyvilna_rpc_WorkspaceBlockchain RPC at rpc.vilna.io
Management keyvilna_mgt_WorkspaceManagement API at mgmt.vilna.io

When you create a key you pick which permissions it gets. See Authorization for the full matrix.

Save your keys

The key value is shown only once. Store it immediately.

Blockchain data

The dashboard lets you work with the same data the Platform API exposes: monitored addresses, HD public keys, balances, transactions, activity feed, invoices, and notification channels. If you can do it through the API, you can do it in the UI.

Programmatic alternative

Everything in the dashboard is also available through the API. Use the Management API for account and access management, the Platform API for blockchain operations, and Blockchain RPC for node access.

Next steps