Skip to content
This repository was archived by the owner on Oct 22, 2025. It is now read-only.

Latest commit

 

History

History
21 lines (14 loc) · 836 Bytes

File metadata and controls

21 lines (14 loc) · 836 Bytes

[DEPRECATED] Register

This app has been moved to kinode core.

This app is compiled and put into the root directory of every Kinode node for login and registration. It handles all on-chain KNS registration flows

Development

  1. Run yarn to install dependencies
  2. Run yarn run tc to generate ABIs
  3. Start a kinode locally on port 8080 (default)
  4. Run yarn start to serve the UI at http://localhost:3000 (proxies requests to local kinode)

If you would like to proxy requests to a kinode that is not at http://localhost:8080, change the proxy field in package.json.

Building

  1. Run yarn to install dependencies
  2. Run yarn run tc to generate ABIs
  3. Run yarn build to generate the ./build folder
  4. Overwrite kinode/kinode/src/register-ui/build with ./build