
Product
Introducing Repository Access Permissions and Custom Roles
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.
@canton-network/example-portfolio
Advanced tools
A feature-rich dApp showcasing a wallet portfolio built with the @canton-network/dapp-sdk. Built with React + TypeScript + Vite + MUI + TanStack Router/Query.
http://localhost:3030)First, install and build dependencies from the repository root:
yarn install
yarn build:all
Then start the dev server from this directory:
cd examples/portfolio
yarn dev
Or from the repository root:
yarn workspace @canton-network/example-portfolio dev
The app will be available at http://localhost:8081.
The app loads config.json at startup and validates it before rendering. The local/default config is in public/config.json:
{
"amulet": {
"validatorUrl": "http://localhost:2000/api/validator",
"registry": "http://scan.localhost:4000/registry/"
},
"token": {
"validatorUrl": "http://localhost:2000/api/validator",
"registries": [
{
"name": "DA Registry",
"partyId": "operator::1234567890",
"url": "https://apps.da.com/registrar/operator::1234567890/"
}
]
}
}
The amulet section configures Canton Coin (Amulet) operations. The token section configures token-standard operations and default registries. Registry partyId values are optional; when omitted, the app discovers the registry admin party from the registry metadata endpoint.
For static or Docker deployments, replace or mount /config.json.
Alternatively, start all services (Wallet Gateway + example dApps) together from the repository root:
yarn start:all # starts all services via pm2
yarn stop:all # stops all services
See the dApp Building Guide for full documentation on the dApp SDK, Wallet Gateway configuration, APIs, and signing providers.
FAQs
Unknown package
The npm package @canton-network/example-portfolio receives a total of 305 weekly downloads. As such, @canton-network/example-portfolio popularity was classified as not popular.
We found that @canton-network/example-portfolio demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.

Product
Socket MCP now lets AI assistants review org alerts, investigate threats using the Socket threat feed, and inspect package files in addition to dependency scoring.

Product
Socket Firewall blocks malicious VS Code and Open VSX extensions before install, protecting developers from compromised editor marketplaces.