Skip to content

celo-org/celo-farcaster-frames

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Celo Farcaster MiniApps

This repository serves as a mono-repo for all Farcaster V2 frames for Celo.

How to contribute

  1. Fork this repository

    • Click the "Fork" button at the top right of this repository page to create a copy of the repository under your own GitHub account.
  2. Clone your forked repository

    • Open your terminal or command prompt.
    • Run the following command to clone the repository to your local machine:
      git clone https://github.com/your-username/celo-farcaster-frames.git
    • Replace your-username with your GitHub username.
  3. Add your code

    • Navigate into the cloned repository:
      cd celo-farcaster-frames
    • Add your Farcaster MiniApp code to the appropriate directory or create a new one if necessary.
  4. Commit your changes

    • Stage your changes:
      git add .
    • Commit your changes with a descriptive message:
      git commit -m "Add new Farcaster V2 frame for Celo"
  5. Push your changes to GitHub

    • Push your changes to your forked repository:
      git push origin main
  6. Create a Pull Request

    • Go to the original repository on GitHub.
    • Click on the "Pull Requests" tab, then click "New Pull Request".
    • Select "compare across forks" if necessary.
    • Choose your forked repository and branch as the compare branch.
    • Provide a clear and descriptive title and description for your pull request, explaining what changes you made and why.
  7. Wait for review

    • The repository maintainers will review your pull request. They may request changes or approve it.

By following these steps, you can easily share your Farcaster MiniApps with the Celo community. Thank you for your contributions!

About

This repository servers as mono-repo for all Farcaster V2 frames for Celo

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 12