Commit Graph

4 Commits

Author SHA1 Message Date
r4bbit 5f55e0c7d6
docs: add codecov badge 2023-09-19 11:51:37 +02:00
r4bbit 2d521bdee5
docs: fix gha-badge 2023-09-19 11:46:15 +02:00
r4bbit c2f500c2e5
refactor: move project to foundry template and introduce tests
This commit does a couple of things:

- moves the project to our foundry template structure and workflows
- removes hardhat usage and dependencies
- removes unused contracts
- ports existing JS tests to foundry tests
- adds additional tests for `CommunityERC20` contract
- Introduces deploy scripts written in solidity which are also covered
  by tests

The projects can now be build and tests with:

```
$ forge build
```

```
$ forge test
```

Test deployments can be done via

```
$ forge script script/DeployOwnerToken.sol
```
2023-09-08 12:36:20 +02:00
0xb337r007 a10b8ad16d import from old project 2023-01-19 12:21:41 +01:00