We cannot trust in what we do not understand. The source code of the compiler can be found here.
Invoke
pnpm install
and
git submodule update --init --recursive
cd local-setup
./start.sh
cd local-setup
./clear.sh
cast call --rpc-url http://localhost:3050 <contract-address> "var()"
cast call --rpc-url https://testnet.era.zksync.dev <contract-address> "var()"
- https://github.com/matter-labs/era-compiler-vyper
- https://github.com/matter-labs/hardhat-zksync
- https://github.com/matter-labs/era-contracts
- https://github.com/matter-labs/era-system-contracts
- https://github.com/matter-labs/zkvyper-bin
- https://github.com/matter-labs/zksync-hardhat-vyper-template
- https://github.com/matter-labs/zksync-contract-templates
- https://github.com/matter-labs/local-setup