Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
7f16309
Adding merkle tree to code
andrewminton Sep 11, 2022
cc9e788
Updated merkle with leaf
andrewminton Sep 11, 2022
fd6296b
Added logos and styling
andrewminton Sep 11, 2022
73fc924
moved t&Cs into main container
andrewminton Sep 11, 2022
f4a8d21
NFT full view
andrewminton Sep 11, 2022
f4c12a3
Added test addreses
andrewminton Sep 23, 2022
15f9f7e
Added test addreses
andrewminton Sep 23, 2022
c68f0e1
Added test addreses
andrewminton Sep 23, 2022
69bbdfe
converted double to single quotes in array.
andrewminton Sep 23, 2022
e868250
added array back
andrewminton Sep 23, 2022
eeee0c5
Updates to merkle tree and yarn dependencies
hangryverse Feb 15, 2023
6be3a65
Alternative scan likn url change
hangryverse Feb 16, 2023
fec1b01
Added Skullbombs mint details
hangryverse Feb 20, 2023
a17a6ee
Production build
hangryverse Feb 20, 2023
e2d433a
Updated Dapp
hangryverse Feb 21, 2023
9f3add6
Changed image
hangryverse Feb 21, 2023
d85eff7
Changed from Rei Club to iCans
hangryverse Feb 21, 2023
cde67a8
updated copy for main mint window
hangryverse Feb 21, 2023
e936897
Changed mint price
hangryverse Feb 21, 2023
65bd8ac
Amended Merkle tree credentials
hangryverse Feb 21, 2023
da213e1
Added listener for claiming. Reduced Gas to reflect gas fees to date.
hangryverse Feb 22, 2023
47c9c08
Removal of Gas fee notice. This is standard now and clutters the UI
hangryverse Feb 22, 2023
96dde3f
Replaced gas fee.
hangryverse Feb 22, 2023
76945d0
Updated to live contract
hangryverse Feb 22, 2023
68d5490
Amend Merkle Tree
hangryverse Feb 22, 2023
26655e6
Updated contract
hangryverse Feb 22, 2023
b6b7cc4
Eth ID
hangryverse Feb 22, 2023
be7c4a5
Added Opensea collection URL
hangryverse Feb 22, 2023
5520754
Added Public mint functions and checks for WL mint.
hangryverse Feb 23, 2023
f2fe088
Changed price on dapp
hangryverse Mar 6, 2023
16537fc
Update config.json
andrewminton Aug 22, 2023
2703c26
Updated Gas
andrewminton Nov 26, 2023
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
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -140,3 +140,6 @@ dist
# OSX

.DS_Store

#wallets
/src/wallets/*
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ Note: this dapp is designed to work with the intended NFT smart contract, that o

```json
{
"CONTRACT_ADDRESS": "0x827acb09a2dc20e39c9aad7f7190d9bc53534192",
"SCAN_LINK": "https://polygonscan.com/token/0x827acb09a2dc20e39c9aad7f7190d9bc53534192",
"CONTRACT_ADDRESS": "", "0x827acb09a2dc20e39c9aad7f7190d9bc53534192",
"SCAN_LINK": "https://polygonscan.com/token/", "0x827acb09a2dc20e39c9aad7f7190d9bc53534192",
"NETWORK": {
"NAME": "Polygon",
"SYMBOL": "Matic",
Expand Down
1 change: 1 addition & 0 deletions merkle_test.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
['", "0x7b0e09ae38ff8efd11d70dc18b9e9c2e45426997b42691ff4c8700133a3ea039','", "0xeb9a5f68fa367baa659c5c5953c72ae2904fb70ae890c0e797d998fad42c3c49']
18,188 changes: 0 additions & 18,188 deletions package-lock.json

This file was deleted.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
"description": "HashLips minting dapp is a quick and easy way to connect your smart contract and start minting NFTs.",
"private": true,
"dependencies": {
"keccak256": "^1.0.6",
"merkletreejs": "^0.2.32",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-redux": "^7.2.4",
Expand Down
Loading