https://github.com/leonardsoncc/donate-to-me-ser
A Smart Contract application to donations
https://github.com/leonardsoncc/donate-to-me-ser
nextjs react smart-contracts soldity tailwindcss
Last synced: about 2 months ago
JSON representation
A Smart Contract application to donations
- Host: GitHub
- URL: https://github.com/leonardsoncc/donate-to-me-ser
- Owner: LeonardsonCC
- Created: 2021-09-30T22:13:44.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-01T21:09:36.000Z (over 3 years ago)
- Last Synced: 2025-01-15T05:10:28.856Z (3 months ago)
- Topics: nextjs, react, smart-contracts, soldity, tailwindcss
- Language: TypeScript
- Homepage: https://donate-to-me-ser.vercel.app
- Size: 343 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Donate to me ser
This is a test app for my studies of Smart Contracts.## Why donations?
This: https://twitter.com/igorlourencox/status/1443673225863569411## Smart Contract
All the smart contract does is receive an amount to donate and transfer to me, the contract owner,
storing how much donations I received and how much is the total.## Smart Contract Address:
```
0xE6ab19513E0b6242526A0cCF05D027B3940B3C52
```
See on [FTMScan](https://ftmscan.com/address/0xe6ab19513e0b6242526a0ccf05d027b3940b3c52).## HardHat commands
```shell
npx hardhat accounts
npx hardhat compile
npx hardhat clean
npx hardhat test
npx hardhat node
node scripts/deploy-donator.js
npx hardhat help
```