mirror of
https://github.com/zama-ai/fhevm-solidity.git
synced 2026-01-09 20:47:56 -05:00
fhenix-demo-stuff
zbc-solidity
A Solidity library for interacting with the Zama Blockchain
Demo test
This repository includes a python script (see demo_test.py) that automates a sequence of steps simulating deployment and interaction with an encrypted ERC20 contract.
In order to test the reencrypt logic, a small Rust tool is included in the decrypt folder. This tool should be compiled before execution of the python script with
cargo +nightly build --release --features tfhe/aarch64-unix
or
cargo build --release --features tfhe/x86_64-unix
depending on your architecture.
Description
Languages
TypeScript
99.4%
Python
0.5%