diff --git a/packages/nextjs/app/builders/0x4b7b07D8BAf51975eeAb0E1eb4B481A5aC691ED6/page.tsx b/packages/nextjs/app/builders/0x4b7b07D8BAf51975eeAb0E1eb4B481A5aC691ED6/page.tsx new file mode 100644 index 0000000..f45caf3 --- /dev/null +++ b/packages/nextjs/app/builders/0x4b7b07D8BAf51975eeAb0E1eb4B481A5aC691ED6/page.tsx @@ -0,0 +1,78 @@ +"use client"; + +import Image from "next/image"; +import type { NextPage } from "next"; +import { Address } from "~~/components/scaffold-eth"; + +const nikolaiiiProfile: NextPage = () => { + const address = "0x4b7b07D8BAf51975eeAb0E1eb4B481A5aC691ED6"; + + return ( +
+
+
+ @nikolaii +
+

@nikolaiii

+
+
+ +
+

I cook frames on Warpcast

+
+ + GitHub + + + Warpcast + +
+
+ +
+
+

About Me

+

👋 Hello! I am Nikolai

+

+ I am passionate about analytics and web3. Started working on Bitclout (now Deso) analytics in 2021 and built{" "} + + AltumBase + + . Until today most of the Deso nodes use it as a source for user analytics. +

+

+ In March 2024 started making frames (mini-apps) on Warpcast. You can check out my profile at{" "} + + warpcast.com/nikolaiii + + . +

+

In order to elevate my frames I started learning smart contracts and this is how I got here.

+

+ If you are not yet on Warpcast, I really think you should join. It is a great place to build. Please let me + know if you need an free invite. +

+

Wishing you all a Happy Based Building New Year!

+
+
+
+ ); +}; + +export default nikolaiiiProfile; diff --git a/packages/nextjs/app/layout.tsx b/packages/nextjs/app/layout.tsx index be1234b..a12aafc 100644 --- a/packages/nextjs/app/layout.tsx +++ b/packages/nextjs/app/layout.tsx @@ -5,8 +5,8 @@ import "~~/styles/globals.css"; import { getMetadata } from "~~/utils/scaffold-eth/getMetadata"; export const metadata = getMetadata({ - title: "Scaffold-ETH 2 App", - description: "Built with 🏗 Scaffold-ETH 2", + title: "BuidlGuidl Batch 12", + description: "Seizing the Right Time to Build", }); const ScaffoldEthApp = ({ children }: { children: React.ReactNode }) => { diff --git a/packages/nextjs/components/Header.tsx b/packages/nextjs/components/Header.tsx index f24a1de..34fd372 100644 --- a/packages/nextjs/components/Header.tsx +++ b/packages/nextjs/components/Header.tsx @@ -93,8 +93,8 @@ export const Header = () => { SE2 logo
- Scaffold-ETH - Ethereum dev stack + BuidlGuidl Batch 12 + Seizing the Right Time to Build