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

gabkov/krnl-sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages