Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sweetmantech/zora-premint
offchain signatures to create on zora
https://github.com/sweetmantech/zora-premint
Last synced: about 13 hours ago
JSON representation
offchain signatures to create on zora
- Host: GitHub
- URL: https://github.com/sweetmantech/zora-premint
- Owner: SweetmanTech
- License: mit
- Created: 2024-03-03T19:36:57.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-07T16:24:48.000Z (8 months ago)
- Last Synced: 2024-03-07T17:43:04.546Z (8 months ago)
- Language: TypeScript
- Homepage: https://zora-premint.vercel.app
- Size: 9.83 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A Frame in 100 lines (or less)
Farcaster Frames in less than 100 lines, and ready to be deployed to Vercel.
To test a **deployed** Frame, use: https://warpcast.com/~/developers/frames.
To test a **localhost** Frame, use: [Framegear](https://onchainkit.xyz/frame/framegear).
A simple tool that allows you to run and test your frames locally:- without publishing
- without casting
- without spending warpsAnd let us know what you build by either mentioning @zizzamia on [Warpcast](https://warpcast.com/zizzamia) or [X](https://twitter.com/Zizzamia).
Have fun! ⛵️
## App Routing files
- app/
- [config.ts](https://github.com/Zizzamia/a-frame-in-100-lines?tab=readme-ov-file#appconfigts)
- [layout.tsx](https://github.com/Zizzamia/a-frame-in-100-lines?tab=readme-ov-file#applayouttsx)
- [page.tsx](https://github.com/Zizzamia/a-frame-in-100-lines?tab=readme-ov-file#apppagetsx)
- api/
- frame/
- [route.ts](https://github.com/Zizzamia/a-frame-in-100-lines?tab=readme-ov-file#appapiframeroutets)
## Resources
- [Official Farcaster Frames documentation](https://docs.farcaster.xyz/learn/what-is-farcaster/frames)
- [Official Farcaster Frame specification](https://docs.farcaster.xyz/reference/frames/spec)
- [OnchainKit documentation](https://onchainkit.xyz)
## Authors
- [@sweetmantech](https://github.com/sweetmantech) ([warpcast](https://warpcast.com/sweetman-eth))
- [@crazzywizard](https://github.com/crazzywizard) ([warpcast](https://warpcast.com/crazzywizard))## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details