Bernat Canal Garceran
Bernat Canal Garceran
- [x] Implement location-based blocking - [ ] Test properly on Vercel deployment - [ ] Implement address blacklist - [ ] Smart contracts - [ ] Frontend
- [x] Background, light mode: - [x] Remove pink gradients - [x] Bg color: `#f8f8f8` - [x] Blur header background once scroll starts - [x] Apply custom style to navigation...
- [x] ~Sepolia deployment~ - [x] Remove sepolia deployment - [x] Taiko devnet deployment ## Caution: This branch depends on [ui-qa-checklist](https://github.com/taikoxyz/taiko-mono/pull/16870) to get merged
- [x] Svelte library for `ui-lib` package - [x] Storybook for showcasing components - [x] Tailwind styling and core classes - [x] Implement Taiko's core colors ### Components - [x]...
- [x] Modified IPFS upload script - [x] Frontend integration with 4everland custom gateway - [x] Documentation
Using [Vercel's geolocation headers](https://vercel.com/guides/geo-ip-headers-geolocation-vercel-functions) to ban the following countries: ```js const bannedCountries = [ 'AF', // Afghanistan (AF) 'BY', // Belarus (BY) 'MM', // Burma/Myanmar (MM) 'CF', // Central African...
- [x] Implement [Blacklist code](https://etherscan.io/address/0x97044531D0fD5B84438499A49629488105Dc58e6#code) - [x] Write tests - [x] Write `IMinimalBlacklist.sol` interface to ease interactions - [x] Deploy on: - [x] Localhost - [x] Devnet - [x] Pass...
- [x] Adapt `taikoon` package into `alpha-nft` to deploy the Alpha Testnet NFT - [x] Replace source images with corresponding NFT - [x] Update whitelist - [x] Automate IPFS/4everland posting...