micropython-lib icon indicating copy to clipboard operation
micropython-lib copied to clipboard

Can someone add a mini version of web3.py library to execute some blockchain transactions

Open harshpanzer opened this issue 1 year ago • 2 comments

harshpanzer avatar Jul 26 '24 17:07 harshpanzer

Hi @harshpanzer. Modules can be developed by anyone in the community. If you do not see a module for your needs, then I recommend trying to develop/port it yourself.

The micropython-lib repository is primarily about core and very common Python modules, like those in the CPython standard library, or very widely used packages (that are also relevant for embedded/microcontrollers). At this time, it is unlikely that web3 or blockchain libraries will be included.

jonnor avatar Aug 25 '24 09:08 jonnor

check this out for ed25519 library - https://github.com/cyberfly-io/cyberfly-micropython/blob/main/crypto_c_lib/src/oryx_crypto.c

example usage - https://github.com/cyberfly-io/cyberfly-micropython/blob/main/cyberfly_sdk/pact.py

abuvanth avatar Aug 25 '24 14:08 abuvanth

Out of scope for micropython-lib. Those interested in this topic are encouraged to create a discussion thread, https://github.com/orgs/micropython/discussions

jonnor avatar Jul 15 '25 06:07 jonnor