An Python implementation for Mind Lake
The Mind Lake SDK utilizes Mind Lake's encryption storage and privacy computing capabilities to provide secure data management.
- Mind Lake is the backbone of Mind Network.
- All data is end-to-end encrypted at the client-side SDK side, ensuring that plaintext data never leaves the user's client.
- Cryptographic principles ensure that only the data owner can access their own plaintext data.
- Additionally, Mind Lake's powerful privacy computing capabilities enable the performance of calculations and querying of encrypted data.
- Python > 3.8
- pip
- web3
- pynacl
- pip install mindlakesdk
import mindlakesdk
...
mind-lake-sdk-python
|-- mindlakesdk # source code
| |-- __init__.py
| |-- datalake.py
| |-- permission.py
| |-- cryptor.py
| └-- utils.py
|-- tests # unit test code
|-- examples # use case examples
|-- tutorial # step-by-step tutorial
|-- README.md
└--- LICENSE
Full doc: https://mind-network.gitbook.io/mind-lake-sdk
- Dennis @NuIlPtr
- George @georgemindnet
- v1.0
- Initial Release
- v1.0.1
- Fix bug
- v1.0.2
- Improve performances
- v1.0.5
- Keep up the version number with TypeScript SDK
- v1.0.6
- Add support for Mind DataPack
- v1.0.7
- Update the connect function
- v1.0.8
- Add support for multiple chains
This project is licensed under the [MIT] License - see the LICENSE.md file for details