zeta-chain / localnet

ZetaChain's local dev environment with connected EVM chains.
https://www.zetachain.com/docs/developers/tutorials/localnet/
MIT License
6 stars 2 forks source link

feat: improve logging #16

Closed fadeev closed 2 months ago

fadeev commented 2 months ago

Nicer output to make it easier for developer to distinguish actions happening on EVM vs ZetaChain.

Screenshot 2024-08-20 at 11 16 07 Screenshot 2024-08-20 at 11 14 00

Using Ansis not Chalk for colors, because Chalk doesn't support TS.

fadeev commented 2 months ago

Didn't finish, because I'm blocked on not being able to make calls from ZetaChain: https://github.com/zeta-chain/localnet/issues/17

fadeev commented 2 months ago

Ready for review, @skosito