rocklabs-io / ic-py

Python Agent Library for the DFINITY Internet Computer
MIT License
127 stars 26 forks source link

How do I initiate a request based on the request parameters of the browser How does cbor decode it? Thank you #22

Closed thedownup closed 2 years ago

thedownup commented 2 years ago

image

ccyanxyz commented 2 years ago

You can use cbor2 package to decode cbor encoded data, hope this helps.