mirror of
https://github.com/uqbar-dao/nectar.git
synced 2024-12-12 16:17:39 +03:00
.. | ||
public | ||
src | ||
.gitignore | ||
.nvmrc | ||
add-inline-tags.js | ||
build_all.sh | ||
package-lock.json | ||
package.json | ||
README.md | ||
tsconfig.json | ||
yarn.lock |
Register
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
- Run
yarn
to install dependencies - Run
yarn run tc
to generate ABIs - Start a kinode locally on port 8080 (default)
- 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
- Run
yarn
to install dependencies - Run
yarn run tc
to generate ABIs - Run
yarn build
to generate the./build
folder - Overwrite
kinode/kinode/src/register-ui/build
with./build