Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stephancill/farcaster-new-signer
Create a new on-chain signer for your Farcaster account
https://github.com/stephancill/farcaster-new-signer
Last synced: 13 days ago
JSON representation
Create a new on-chain signer for your Farcaster account
- Host: GitHub
- URL: https://github.com/stephancill/farcaster-new-signer
- Owner: stephancill
- Created: 2023-09-06T13:07:45.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-13T15:13:09.000Z (about 1 year ago)
- Last Synced: 2024-04-14T10:31:43.289Z (7 months ago)
- Language: TypeScript
- Size: 184 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Opinionated Web3 Project Starter Template
This is a starter template for building web3 projects using my preferred stack:
- Next.js
- Styled Components
- Styled JSX (with Sass support)
- Viem
- Wagmi
- RainbowKit
- Plausible AnalyticsIt also includes hooks that I tend to use often and my eslint/prettier configuration to keep things consistent.
Inspired by [@carlosdp/starter-web3](https://github.com/carlosdp/starter-web3)