Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Buy me Coffe Dapp in CoreDao #25

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ secret.json
# Hardhat files
/cache
/artifacts
./history

# TypeChain files
/typechain
Expand Down
19 changes: 19 additions & 0 deletions .history/.gitignore_20241103180819
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
node_modules
.env
secret.json

# Hardhat files
/cache
/artifacts

# TypeChain files
/typechain
/typechain-types

# solidity-coverage files
/coverage
/coverage.json

# Hardhat Ignition default folder for deployments against a local node
ignition/deployments/chain-31337

20 changes: 20 additions & 0 deletions .history/.gitignore_20241104101406
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
node_modules
.env
secret.json

# Hardhat files
/cache
/artifacts


# TypeChain files
/typechain
/typechain-types

# solidity-coverage files
/coverage
/coverage.json

# Hardhat Ignition default folder for deployments against a local node
ignition/deployments/chain-31337

20 changes: 20 additions & 0 deletions .history/.gitignore_20241104101408
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
node_modules
.env
secret.json

# Hardhat files
/cache
/artifacts
/

# TypeChain files
/typechain
/typechain-types

# solidity-coverage files
/coverage
/coverage.json

# Hardhat Ignition default folder for deployments against a local node
ignition/deployments/chain-31337

20 changes: 20 additions & 0 deletions .history/.gitignore_20241104101411
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
node_modules
.env
secret.json

# Hardhat files
/cache
/artifacts
./

# TypeChain files
/typechain
/typechain-types

# solidity-coverage files
/coverage
/coverage.json

# Hardhat Ignition default folder for deployments against a local node
ignition/deployments/chain-31337

20 changes: 20 additions & 0 deletions .history/.gitignore_20241104101414
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
node_modules
.env
secret.json

# Hardhat files
/cache
/artifacts
./history

# TypeChain files
/typechain
/typechain-types

# solidity-coverage files
/coverage
/coverage.json

# Hardhat Ignition default folder for deployments against a local node
ignition/deployments/chain-31337

17 changes: 17 additions & 0 deletions .history/10- buy-me-a-coffee-dapp/.gitignore_20241104060326
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
node_modules
.env

# Hardhat files
/cache
/artifacts

# TypeChain files
/typechain
/typechain-types

# solidity-coverage files
/coverage
/coverage.json

# Hardhat Ignition default folder for deployments against a local node
ignition/deployments/chain-31337
18 changes: 18 additions & 0 deletions .history/10- buy-me-a-coffee-dapp/.gitignore_20241104092305
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
node_modules
.env


# Hardhat files
/cache
/artifacts

# TypeChain files
/typechain
/typechain-types

# solidity-coverage files
/coverage
/coverage.json

# Hardhat Ignition default folder for deployments against a local node
ignition/deployments/chain-31337
18 changes: 18 additions & 0 deletions .history/10- buy-me-a-coffee-dapp/.gitignore_20241104092310
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
node_modules
.env
secret.json

# Hardhat files
/cache
/artifacts

# TypeChain files
/typechain
/typechain-types

# solidity-coverage files
/coverage
/coverage.json

# Hardhat Ignition default folder for deployments against a local node
ignition/deployments/chain-31337
13 changes: 13 additions & 0 deletions .history/10- buy-me-a-coffee-dapp/README_20241104060122.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Sample Hardhat Project

This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, and a Hardhat Ignition module that deploys that contract.

Try running some of the following tasks:

```shell
npx hardhat help
npx hardhat test
REPORT_GAS=true npx hardhat test
npx hardhat node
npx hardhat ignition deploy ./ignition/modules/Lock.js
```
3 changes: 3 additions & 0 deletions .history/10- buy-me-a-coffee-dapp/README_20241104064822.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
npx hardhat run scripts/deploy.js --network core_testnet
Deploying contract with account: 0xF63F16B7067A428515835c41F644E0159CF95fb3
CoffeeDonation contract deployed to: 0x657D354a2Dc66Dcbc3d4bF420188E899F9f51a44
5 changes: 5 additions & 0 deletions .history/10- buy-me-a-coffee-dapp/README_20241104094332.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@


npx hardhat run scripts/deploy.js --network core_testnet
Deploying contract with account: 0xF63F16B7067A428515835c41F644E0159CF95fb3
CoffeeDonation contract deployed to: 0x657D354a2Dc66Dcbc3d4bF420188E899F9f51a44
5 changes: 5 additions & 0 deletions .history/10- buy-me-a-coffee-dapp/README_20241104094342.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[text](.)

npx hardhat run scripts/deploy.js --network core_testnet
Deploying contract with account: 0xF63F16B7067A428515835c41F644E0159CF95fb3
CoffeeDonation contract deployed to: 0x657D354a2Dc66Dcbc3d4bF420188E899F9f51a44
5 changes: 5 additions & 0 deletions .history/10- buy-me-a-coffee-dapp/README_20241104094344.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@


npx hardhat run scripts/deploy.js --network core_testnet
Deploying contract with account: 0xF63F16B7067A428515835c41F644E0159CF95fb3
CoffeeDonation contract deployed to: 0x657D354a2Dc66Dcbc3d4bF420188E899F9f51a44
Loading