-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
131 lines (131 loc) · 6.95 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Noah Hirschfield</title>
<script src="./script.js"></script>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<div id="main">
<h1 style="text-align: center">
Noah Hirschfield
</h1>
<div id="links">
<a href="https://linkedin.com/in/noah-hirschfield" target="_blank">LinkedIn</a>
<a href="https://github.com/Hirshey" target="_blank">Github</a>
</div>
<h2>
Projects & Work
</h2>
<ul>
<li>
<h3>
Huvr
</h3>
<!-- <img src="./images/huvr.png" alt="Huvr"> -->
<video id="huvr" src="./images/huvr_vid.mp4" alt="Huvr" autoplay loop muted></video>
<p>
Co-founded and engineered the website and software for a startup which uses a <i>digital</i> business card to create the <b>future of networking</b>.
</p>
<p>
Users can transfer their contact information via NFC and our website with a tap.
</p>
<p>
Huvr is mainly used for networking events and conferences in replace of traditional business cards. Huvr transfers real-time contact information and allows users to update their information on the website at any time without a new purchase.
</p>
<a href="https://huvr.co" target="_blank">Huvr website</a>
</li>
<li>
<h3>
Nova Bot
</h3>
<img src="./images/novascreens.png" alt="Nova Bot">
<p>
Full stack development within a small team to create an application with electron serving 3,000+ customers.
The software let users automatically purchase electronics that were in high demand in the easiest way possible.
These items were difficult to acquire manually such as PS5's and NVIDIA Graphics Cards.
</p>
<p>
Users checked out over <b>$40 million</b> worth of products automatically through Nova.
</p>
<a href="https://novabots.org" target="_blank">Nova Website</a>
<p>
We later pivoted the software to automatically purchase Amazon products that had 100% off coupons.
Users purchased nearly $1,000,000 worth of products for free through Nova. They either donated, gave gifts, or sold these items for profit.
</p>
<a href="https://www.forbes.com/sites/laurendebter/2022/11/25/freebie-bots-holiday-shopping/" target="_blank">Featured in Forbes Article</a>
</li>
<li>
<h3>
Common Ground (School Senior Project)
</h3>
<a href="./images/seniorProjectPoster.svg" target="_blank">
<img src="./images/seniorProjectPoster.svg" alt="Common Ground" style="max-height:1080px">
</a>
<p>
Common Ground is a mobile application that I and a group of 4 others worked on for our project during our last semester of school. We created it in <b>React Native</b> and <b>TypeScript</b>.
<br>
Common Ground is a social application where users can find good places to meet up with friends at a restaurant.
<br>
Users can create groups, join groups, then set preferences and the app generates a recommendation of a nearby restaurant that fits the group's preferences.
</p>
<a href="https://www.youtube.com/watch?v=_neeQrYJRRc&feature=youtu.be" target="_blank">Common Ground Presentation/Demo</a>
</li>
</ul>
<h2>
Web3
</h2>
<ul>
<li>
<h3>
Deep Sea Creatures (ERC721A Contract)
</h3>
<img src="./images/dsc1.jpg" alt="Deep Sea Creature NFT">
<p>
Contracted to create the solidity contract for the <a href="https://opensea.io/collection/deepseacreaturesnft" target="_blank">Deep Sea Creatures</a> collection which is the official <i>mutant</i> version of the <a href="https://opensea.io/collection/fishyfam" target="_blank">Fishy Fam collection</a>
</p>
<p>
The smart contract was built on the <b>ERC721A</b> standard using <b>Solidity</b>, <b>Truffle</b>, and <b>Ganache</b>.
<br>
Custom requirements were given to me to develop a collection that can be minted with their custom <b>ERC-20</b> $BAIT token.
Fishy Fam holders were able to mint a Deep Sea Creature by spending 1 $BAIT.
Minters had the option to burn their Deep Sea Creature and be returned 0.5 $BAIT to try and get a better creature or use elsewhere.
</p>
<a href="https://etherscan.io/address/0x7cc46cf6392ed9db45351a3f82eb2cc3b83da761" target="_blank">Etherscan contract link</a>
</li>
<li>
<h3>
Deep Sea Creatures dApp
</h3>
<img src="./images/dscdapp.png" alt="Deep Sea Creature dApp" style="max-height: 400px;">
<p>
Contracted to create the dApp for the Deep Sea Creatures collection.
<br>
The dApp was custom built with <b>NodeJS</b>, <b>Express</b>, <b>WalletConnect</b>, and <b>Web3js</b>.
<br>
The dApp allows users to connect their wallets and mint Deep Sea Creatures with their $BAIT token.
<br>
Users could also burn their Deep Sea Creatures and be returned 0.5 $BAIT.
</p>
<img src="./images/dscmint.png" alt="Deep Sea Creature Mint" style="max-height: 400px;">
</li>
<li>
<h3>
Old Fishy Fam Website
</h3>
<!-- <img src="./images/fishyfam.png" alt="Fishy Fam Website"> -->
<video controls autoplay muted loop style="max-height: 400px;">
<source src="./images/fflandingsite.mp4" >
</video>
<p>
Created a landing page for the fishy fam collection after their mint. This contained their roadmap details as well as a page for holders to connect their wallets and enter their giveways.
</p>
<a href="https://twitter.com/fishyfamNFT" target="_blank">Fishy Fam Twitter</a>
</li>
</ul>
</div>
</body>
</html>