/explorer

Primary LanguageTypeScript

Tari Block Explorer

Development

Get the code and dependencies:

git clone https://github.com/tari-project/explorer.git
cd explorer
npm install

Start the dev server with:

npm run dev

Deployment

Build

npm run build