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.css
If you don't already have one, (Create a Spheron account )[https://app.spheron.network/#/signup]
If running from the frames.js repository itself:
- Run
yarn
from the repository root
-
Install dependencies
yarn install
-
Run the dev server
yarn dev
-
Open http://localhost:3000 with your browser to see the result.
-
Edit
app/page.tsx
-
Visit http://localhost:3000/debug to debug your frame.
-
(Optional) To use a real signer (costs warps), copy
.env.sample
to.env
and fill in the env variables following the comments provided