communities-contracts/script
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
..
Base.s.sol refactor: move project to foundry template and introduce tests 2023-09-08 12:36:20 +02:00
DeployOwnerToken.s.sol refactor: move project to foundry template and introduce tests 2023-09-08 12:36:20 +02:00
DeploymentConfig.s.sol refactor: move project to foundry template and introduce tests 2023-09-08 12:36:20 +02:00