Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 242 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 242 Bytes

trueblocks-browse

Web 3.0 Account Browser built on TrueBlocks

Installing

Clone the repo, then

go mod tidy
cd frontend && yarn install && cd -

Running

yarn start

Building

yarn build