An open API service indexing awesome lists of open source software.

https://github.com/rainlanguage/foundry.template

Default foundry template for Rain Solidity repositories
https://github.com/rainlanguage/foundry.template

Last synced: 3 months ago
JSON representation

Default foundry template for Rain Solidity repositories

Awesome Lists containing this project

README

          

# foundry.template

Docs at https://rainprotocol.github.io/foundry.template

## Use as template

```
forge init -t rainprotocol/foundry.template
cd
forge install foundry-rs/forge-std
```

Then update the readme, set the docs url and configure github pages on github repo settings.

For CI deployments, setup all the environment variables and define contracts to
deploy in the matrix.