bitpay / bitcore

A full stack for bitcoin and blockchain-based applications
https://bitcore.io/
MIT License
4.81k stars 2.08k forks source link

How do I compile and start the insight component? #3575

Closed airstring closed 1 year ago

escottalexander commented 1 year ago

Navigate to bitcore/packages/insight and run npm run start. It will compile and launch and then can be accessed on localhost:3000.

airstring commented 1 year ago

Navigate to bitcore/packages/insight and run npm run start. It will compile and launch and then can be accessed on localhost:3000.

thanks!