Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
harshpanzer opened this issue Jul 26, 2024 · 2 comments
Labels
enhancement Feature requests, new feature implementations

Comments

@harshpanzer
Copy link

No description provided.

@jonnor
Copy link

jonnor commented Aug 25, 2024

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.

@abuvanth
Copy link

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

@projectgus projectgus added the enhancement Feature requests, new feature implementations label Aug 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Feature requests, new feature implementations
Projects
None yet
Development

No branches or pull requests

4 participants