/zksync-vyper-sandbox

A sandbox environment for ZKsync Era Vyper compiler testing.

Primary LanguageTypeScriptMIT LicenseMIT

ZKsync Era Vyper Compiler Sandbox Environment

We cannot trust in what we do not understand. The source code of the compiler can be found here.

Installation

Invoke

pnpm install

and

git submodule update --init --recursive

Get Local Node Started

cd local-setup
./start.sh

Reset Local Node

cd local-setup
./clear.sh

Retrieve Values

Local Node

cast call --rpc-url http://localhost:3050 <contract-address> "var()"

Testnet

cast call --rpc-url https://testnet.era.zksync.dev <contract-address> "var()"

Further References