Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spheronfdn/farcasterframedeployment
Deploy Web3 infrastructure to Spheron using a Farcaster Frame
https://github.com/spheronfdn/farcasterframedeployment
ethereum farcaster farcaster-frames nextjs web3
Last synced: about 1 month ago
JSON representation
Deploy Web3 infrastructure to Spheron using a Farcaster Frame
- Host: GitHub
- URL: https://github.com/spheronfdn/farcasterframedeployment
- Owner: spheronFdn
- Created: 2024-03-19T06:12:04.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-23T05:33:03.000Z (8 months ago)
- Last Synced: 2024-10-01T18:00:03.279Z (about 2 months ago)
- Topics: ethereum, farcaster, farcaster-frames, nextjs, web3
- Language: TypeScript
- Homepage: https://www.spheron.network/
- Size: 286 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Deploy Web3 Infrastructure with Spheron on Farcaster Frames
Reference application to Web3 Infrastructure to deploy to Spheron Network from a Farcaster Frame using:
- @coinbase/onchainkit
- (Spheron Network)[https://www.spheron.network/]
- frame.js
- next.js
- tailwind.cssIf you don't already have one, (Create a Spheron account )[https://app.spheron.network/#/signup]
## Quickstart
If running from the frames.js repository itself:
- Run `yarn` from the repository root
1. Install dependencies `yarn install`
2. Run the dev server `yarn dev`
3. Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
4. Edit `app/page.tsx`
5. Visit [http://localhost:3000/debug](http://localhost:3000/debug) to debug your frame.
6. (Optional) To use a real signer (costs warps), copy `.env.sample` to `.env` and fill in the env variables following the comments provided