https://github.com/giveth/collector-contract
A simple contract that collects ETH and tokens.
https://github.com/giveth/collector-contract
Last synced: 10 months ago
JSON representation
A simple contract that collects ETH and tokens.
- Host: GitHub
- URL: https://github.com/giveth/collector-contract
- Owner: Giveth
- License: gpl-3.0
- Archived: true
- Created: 2022-05-24T09:17:45.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-15T16:16:18.000Z (over 3 years ago)
- Last Synced: 2025-06-12T08:52:50.151Z (about 1 year ago)
- Language: TypeScript
- Size: 241 KB
- Stars: 0
- Watchers: 10
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Contracts Template
## Setting up
You may create a `.env` file in the project root by copying `.env.example`.
## Compiling the code
Run `yarn compile` to compile contracts using Hardhat 👷
## Testing and auditing
### Local tests
Run `yarn test` to run the full test suite.
### Coverage report
Run `yarn coverage` to generate a code coverage report using `hardhat coverage`
### Contract sizes
Run `yarn size-contracts` to compute the size of each compiled contract.