https://github.com/byteball/token-registry-ui
UI for token name registry https://tokens.ooo
https://github.com/byteball/token-registry-ui
Last synced: about 1 year ago
JSON representation
UI for token name registry https://tokens.ooo
- Host: GitHub
- URL: https://github.com/byteball/token-registry-ui
- Owner: byteball
- License: mit
- Created: 2020-06-28T09:49:33.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-29T15:29:14.000Z (almost 2 years ago)
- Last Synced: 2025-04-14T14:17:36.853Z (about 1 year ago)
- Language: TypeScript
- Size: 432 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Token registry UI
Website: https://tokens.ooo, https://testnet.tokens.ooo
## Install
Install node.js, clone the repository, then say
```sh
npm install
```
## ENV
Copy the appropriate .env.XXXX file to .env.
## Run
```sh
npm run start
```
## Build
```sh
npm run build
```