Skip to content

Latest commit

 

History

History
63 lines (38 loc) · 2.8 KB

README.md

File metadata and controls

63 lines (38 loc) · 2.8 KB

🏗 Scaffold-ETH 2 Farcaster Composer Action

I'm creating an ai praiser or roaster of farcaster user using farcaster composer action the ai is also decentralized i'm using https://www.gaianet.ai/

This is the demo composer action need to be reviewed by horserfacts.eth before it can be use globally inside farcaster so for the demo you need to go to here https://warpcast.com/~/developers/composer-actions?postUrl=https%3A%2F%2Fgaianet.koisose.lol%2Fapi%2Froaster i'll also give you demo video below:

https://www.youtube.com/watch?v=dGRjv4f5zsY

🧪 An open-source, up-to-date toolkit for building decentralized applications (dapps) on the Ethereum blockchain. It's designed to make it easier for developers to create and deploy smart contracts and build user interfaces that interact with those contracts.

⚙️ Built using NextJS, RainbowKit, Wagmi, Viem, and Typescript.

  • 🪝 Custom hooks: Collection of React hooks wrapper around wagmi to simplify interactions with smart contracts with typescript autocompletion.
  • 🧱 Components: Collection of common web3 components to quickly build your frontend.
  • 🔥 Burner Wallet & Local Faucet: Quickly test your application with a burner wallet and local faucet.
  • 🔐 Integration with Wallet Providers: Connect to different wallet providers and interact with the Ethereum network.

Debug Contracts tab

Requirements

Before you begin, you need to install the following tools:

Quickstart

To get started with Scaffold-ETH 2, follow the steps below:

  1. Install dependencies if it was skipped in CLI:
cd my-dapp-example
yarn install
  1. Start your NextJS app:
yarn start

Visit your app on: http://localhost:3000. You can interact with your smart contract using the Debug Contracts page. You can tweak the app config in packages/nextjs/scaffold.config.ts.

Documentation

Visit our docs to learn how to start building with Scaffold-ETH 2.

To know more about its features, check out our website.

Contributing to Scaffold-ETH 2

We welcome contributions to Scaffold-ETH 2!

Please see CONTRIBUTING.MD for more information and guidelines for contributing to Scaffold-ETH 2.