-
Install Rust Compiler and Linker
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh sudo apt-get update && sudo apt-get install build-essential
-
Build and Install
git clone https://github.com/kinglear007/zksync-crypto-c cd zksync-crypto-c & make sudo cp target/release/libzks_crypto.so /lib
-
Add environment variable
sudo vim ~/.bashrc export ZK_LINK_LIBRARY_PATH=/lib/libzks_crypto.so
forked from zksync-sdk/zksync-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Python 3.8 SDK for zkLink
License
kinglear007/zklink-python
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Python 3.8 SDK for zkLink
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Python 98.7%
- Other 1.3%