This repository was archived by the owner on Dec 20, 2022. It is now read-only.
Releases: 0xAtum/template-solidity-project
Releases · 0xAtum/template-solidity-project
v1.2.0 - Final Version
.env file is back
Full Changelog: v1.1.5...v1.1.7
v1.1.5: Coverage
Coverage isn't production ready, which mean it might fails or not support every structure. But still a good tool to use.
Full Changelog: v1.1.4...v1.1.5
v1.1.4: Cleaned Version
Mostly removing some useless stuff and make things cleaner.
Full Changelog: v1.1.3...v1.1.4
v1.1.3: With Documentation!
What's Changed
Full Changelog: v1.1.2...v1.1.3
v1.1.2: Updated flow
What's Changed
- Updated Github CI by @0xAtum in #4
- Updated for the latest Foundry's recommendations by @0xAtum in #6
Full Changelog: v1.1.1...v1.1.2
v1.1.1: Multi-Network supported
v1.1.0: Multi-Chain secrets file support
.env isn't flexible. here's a config file using typescript.
What's Changed
- Fix: forge command & deploy scripts by @IntelMin in #1
- Replacing .env for .secrets.ts & Added general mock erc20 by @0xAtum in #2
Full Changelog: v1.0.1...v1.1.0
v1.0.1: Auto Verify Contracts
Added some logic to auto-verify contracts once deployed.
v1.0 - Default Template
Fully working template for solidity projects running with hardhat-ts and foundry/forge for unit tests. It also contains a full deployment helper script to make all your deployment easier.