Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/escalopa/charity-dapp
Charity dapp contract solidity
https://github.com/escalopa/charity-dapp
dapp hardhat solidity truffle web3
Last synced: 8 days ago
JSON representation
Charity dapp contract solidity
- Host: GitHub
- URL: https://github.com/escalopa/charity-dapp
- Owner: escalopa
- Created: 2022-07-22T07:32:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-23T15:52:37.000Z (over 2 years ago)
- Last Synced: 2024-11-18T14:36:17.980Z (2 months ago)
- Topics: dapp, hardhat, solidity, truffle, web3
- Language: TypeScript
- Homepage: https://kovan.etherscan.io/address/0xcd692a6992759564bbaf6037c33c285cbb985b8c
- Size: 471 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# charity-dapp
## Contract Features
- Making a deposit for donation
- Withdrawal of a deposit from a donation
- Transfer of funds to the account of the donee## Notes
- When creating a contract, we assign `address` of the `donee (recipient)`
- Note that tokens are transferred to the donee only after the specified completion time has **passed**.
## Tools
- Hardhat
- Truffle## Deployment
The contract is deployed on kovan test net with address [0xCd692A6992759564BBaF6037C33c285CbB985B8c](https://kovan.etherscan.io/address/0xcd692a6992759564bbaf6037c33c285cbb985b8c)
### Useful Resources
- https://www.youtube.com/c/WhiteboardCrypto
- https://www.youtube.com/c/Freecodecamp
- https://www.youtube.com/c/DappUniversity
- https://www.youtube.com/c/EatTheBlocks
- https://github.com/juanfranblanco/vscode-solidity
- https://docs.ethers.io/v5/
- https://ethereum-waffle.readthedocs.io/en/latest/