The KRNL sandbox comprises a mock KRNL node, a token authority, an example DApp, and krnl.js.
docker compose upThis 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.
- Register your dapp
- Configure
.envfile in example-dapp - Run the scripts & experiment