Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Latest commit

 

History

History
25 lines (18 loc) · 835 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 835 Bytes

KRNL sandbox

The KRNL sandbox comprises a mock KRNL node, a token authority, an example DApp, and krnl.js.

Local run

  1. KRNL-node
  2. Token authority
  3. Example dapp

Run with docker

docker compose up

This will setup the local mock krnl node connected to a lightweight token authority.

  • The node is accessible at: http://localhost:8080.
  • The token authority is accessible at: http://localhost:8181.

To register you dapp call the token authority /register-dapp endpoint.

Playground instructions

  1. Register your dapp
  2. Configure .env file in example-dapp
  3. Run the scripts & experiment