Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 1.27 KB

CONTRIBUTING.md

File metadata and controls

13 lines (7 loc) · 1.27 KB

Contributing

We are looking for community members with experience writing Solidity contracts to write bridge contracts. As Aztec integrates with more Ethereum protocols, more transactions will flow through the network making it faster, cheaper and more private for everyone.

We have a grants program where you can get funding to write a custom bridge. You can find more information about the program here.

In the near future, adding a custom bridge to the Aztec network will be permissionless. Currently bridges must be added to the Aztec Rollup processor contract manually by the team. This is a temporary measure as we bootstrap the network.

This repo has been built with Foundry. Given the inter-connected nature of Aztec Connect Bridges with existing mainnet protocols, we decided Foundry / forge offered the best support for testing. This repo should make debugging, mainnet-forking, impersonation and gas profiling simple. It makes sense to test Solidity contracts with Solidty not with the added complication of Ethers / Typescript.

For more information, refer to the README.

Please reach out on Discord with any questions. You can join our Discord here.