| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
pip install mindlakesdkThe required package will be automatically installed as a dependency, and get the following output in the end:
Installing collected packages: mindlakesdk Successfully installed mindlakesdk-1.0.1
$ pip show mindlakesdk
Name: mindlakesdk
Version: 1.0.1
Summary: A Python SDK to connect to Mind Lake
Home-page:
Author:
Author-email: Mind Labs <biz@mindnetwork.xyz>
License:
Location: /Users/xxx/.pyenv/versions/3.10.11/lib/python3.10/site-packages
Requires: eth-account, pynacl, web3
Required-by:$ python3
Python 3.10.11 (main, May 1 2023, 01:38:51) [Clang 16.0.2 ] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import mindlakesdk
>>>git clone https://github.com/mind-network/mind-lake-sdk-python.gitcd mind-lake-sdk-python/examples2.1. Click 🎨 4.1. Prepare Wallet if test wallets (by MetaMask) are not created and walletAddress is not set in env.py.
2.2. Click 🎯 4.1.4 Export private key from MetaMask to env.py if walletPrivateKey is not set in env.py
2.3 Click 🎨 4.2. Prepare appKey if appKey is not set.
You can execute the following commands to run the quickstart and use cases.
python quickstart.pypython use_case_1.pypython use_case_2.pyYou can also check the result by opening these two picture files.

python use_case_3.py| Back | FazBrowse Home | New Git URL |