laalaguer / thor-requests.py

Easy to use Python SDK that talks to VeChain Thor blockchain like a pro. Covers most topic on contract interaction, vet transfer and transaction debug.
GNU General Public License v3.0
18 stars 5 forks source link

Add Log features into code #12

Closed laalaguer closed 1 year ago

laalaguer commented 2 years ago

Some times it is cool to have some logs if users aren't sure about what is going on.

Like node results cached by cloudflare. Like which tx body is using. Like plain text response etc.

Using Python log feature we can do that.