feat: Added hellobase to projects 0926ce41
Steve · 2024-12-09 10:28 1 file(s) · +8 −0
src/data/projects.ts +8 −0
8 8
9 9
export const projects: ProjectItem[] = [
10 10
	{
11 +
		title: "HelloBase",
12 +
		description:
13 +
			"Blockchain is complicated, and learning everything there is to know just to start using it can be overwhelming. That's why I build HelloBase, a simple hello world for developers who are interesting in building on blockchain for the first time. It features basic knowledge as well as deploying and interacting with smart contracts on Base using Coinbase Smart Wallets.",
14 +
		image: "https://www.hellobase.dev/og.png",
15 +
		link: "https://hellobase.dev",
16 +
		tags: ["blockchain", "developer tools"],
17 +
	},
18 +
	{
11 19
		title: "Mast",
12 20
		description:
13 21
			"A simple TUI used for sending casts on Farcaster written in Go. I wanted a project to try out the Bubbletea TUI framework from Charm.sh and this fit the bill perfectly. It's authorized using your own custody signers (can be created through castkeys.xyz) and allows the user to set their own Farcaster hub.",