An open API service indexing awesome lists of open source software.

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

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
```