Project Summary
Yeti Town is a website where users can create their own Yetis. . Yeti is an NFT. The minting was available for 24 hours, the first 6 of which were restricted to whitelisted accounts, the remaining 18 hours were for public minting i.e. anyone can mint. There were 4,444 Yetis in total, and all of them were consumed in less than a day. The cost of the gas fee to mint 1 ETH was 0.057 ETH.
Key Features & Solutions
Design
- User Flow
- Journey Mapping
- Wireframing
Development
- 4 stages development (Pre Sale, Whitelisted Sale, Public Sale, Post Sale)
- Simple and Secure
- Real time updation
Technologies We Used
The Challenges
The Solution>
We built the whole website in Vanilla JS and designed it in CSS without any third-party library to keep it simple and secure. Planning and working accordingly to complete the website on time was a big key for this project. The domain was hosted on GoDaddy and the hosting of files was on AWS S3. The secure and fast redirection from GoDaddy to S3 was a big challenge. We used Route 53 with custom certificates to do so. We built 4 staged website where most of the components were getting repeated. Writing DRY code was a great challenge.