https://github.com/davisshaver/frames-integration-for-farcaster
Frames Integration for Farcaster connects your WordPress site to Farcaster.
https://github.com/davisshaver/frames-integration-for-farcaster
ethereum farcaster farcaster-frames web3 wordpress wordpress-plugin
Last synced: 3 months ago
JSON representation
Frames Integration for Farcaster connects your WordPress site to Farcaster.
- Host: GitHub
- URL: https://github.com/davisshaver/frames-integration-for-farcaster
- Owner: davisshaver
- Created: 2024-12-12T20:59:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-26T23:40:02.000Z (about 1 year ago)
- Last Synced: 2025-08-19T07:45:43.683Z (10 months ago)
- Topics: ethereum, farcaster, farcaster-frames, web3, wordpress, wordpress-plugin
- Language: PHP
- Homepage: https://davisshaver.com/frames-integration-for-farcaster/
- Size: 4.06 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Mini App Integration for Farcaster
Mini App Integration for Farcaster connects your WordPress site to Farcaster.
## Installation
The recommended way to install Mini App Integration for Farcaster is downloading the ZIP file from [the most recent release](https://github.com/davisshaver/frames-integration-for-farcaster/releases).
## Development
Before you begin, make sure you have [Composer](https://getcomposer.org/) and [Bun](https://bun.sh/) available.
1. Clone the repository.
`git clone https://github.com/davisshaver/frames-integration-for-farcaster.git`
2. Change into the directory.
`cd frames-integration-for-farcaster`
3. Install Composer dependencies.
`composer install`
4. Install Node dependencies with Bun.
`bun install`
5. Build the JS files.
`bun run build`