Skip to content
This repository was archived by the owner on Dec 20, 2022. It is now read-only.

Releases: 0xAtum/template-solidity-project

v1.2.0 - Final Version

20 Dec 11:59

Choose a tag to compare

This template is deprecated and no longer supported. This version is the most stable one.

.env file is back

05 Sep 23:54

Choose a tag to compare

v1.1.5: Coverage

09 Aug 16:57

Choose a tag to compare

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

15 Jul 05:00

Choose a tag to compare

Mostly removing some useless stuff and make things cleaner.

Full Changelog: v1.1.3...v1.1.4

v1.1.3: With Documentation!

21 Jun 14:16
1cb7c9d

Choose a tag to compare

What's Changed

  • Documentation and new Helper function by @0xAtum in #7

Full Changelog: v1.1.2...v1.1.3

v1.1.2: Updated flow

17 Jun 03:18
36dc3fc

Choose a tag to compare

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

17 May 05:23
2c71772

Choose a tag to compare

What's Changed

  • Multi-Chain deployment file by @0xAtum in #3

Full Changelog: v1.1.0...v1.1.1

v1.1.0: Multi-Chain secrets file support

13 May 00:50
86c7270

Choose a tag to compare

.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

07 Apr 00:13

Choose a tag to compare

Added some logic to auto-verify contracts once deployed.

v1.0 - Default Template

06 Apr 23:47

Choose a tag to compare

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.