Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 1.06 KB

README.md

File metadata and controls

33 lines (18 loc) · 1.06 KB

Shutter Network Contracts

This repository contains the EVM contracts for Shutter.

Installation

Go bindings for the shutter contracts can be generated by running

./gen_bindings.sh

Released versions are available as go package under github.com/shutter-network/contracts/bindings/${contract name in lowercase}.

Scripts

There are some helper scripts (deployment, executing special contract methods, ...) in the script/ directory.

TODO: Add information for the involved scripts.

Tests

To manually run the tests, execute

forge test -vvv

Contribution

Contributions are welcome! Feel free to create issues and/or open pull requests.

References / other repositories