Skip to content

Latest commit

 

History

History

sdk

Aleo Python SDK

The Aleo Python SDK provides a set of libraries aimed at empowering Python developers with zk (zero-knowledge) programming capabilities via the usage of Aleo's zkSnarks.

Currently this SDK is in alpha preview stage. It can be installed by using the following command:

pip3 install zkml

Alternatively, you can clone it from GitHub and run:

bash install.sh

This will print out a simple aleo Private Key that is generated by the entropy present on your device.

Contributing

If you wish to contribute, please follow the contribution guidelines outlined on GitHub.

Future Work Planned

This SDK will be expanded to include the following features:

  • Aleo Account Management
  • Aleo program deployment, execution, and management
  • Leo program compilation and execution

It is also planned to integrate this SDK with Aleo's ZkML Package so that the full suite of Aleo program execution and account management capabilities can be used with ZkML.