filecoin-saturn / contracts

contracts
6 stars 0 forks source link

feat: add contract bindings #12

Closed AmeanAsad closed 1 year ago

AmeanAsad commented 1 year ago

Changes:

This lays a foundation for using Foundry bindings for scripting tasks for the contracts we generate using Rust.

I ran cargo clippy on the Rust code. The Foundry generated bindings had some errors but assuming we will just ignore those as it is not code we manage.