Ecosyste.ms: Awesome
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: 17 days ago
JSON representation
Default foundry template for Rain Solidity repositories
- Host: GitHub
- URL: https://github.com/rainlanguage/foundry.template
- Owner: rainlanguage
- Created: 2023-03-16T08:55:52.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-24T21:50:16.000Z (over 1 year ago)
- Last Synced: 2023-11-28T13:33:17.156Z (about 1 year ago)
- Homepage: https://rainprotocol.github.io/foundry.template/
- Size: 1.72 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.