Skip to content

pcaversaccio/zksync-vyper-sandbox

Repository files navigation

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://sepolia.era.zksync.dev <contract-address> "var()"

Further References

About

A sandbox environment for ZKsync Era Vyper compiler testing.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published