https://github.com/heyjonbray/auditoor
Smart contract audits in a Farcaster frame.
https://github.com/heyjonbray/auditoor
evm-chains farcaster-frames security-audit smart-contracts
Last synced: 6 months ago
JSON representation
Smart contract audits in a Farcaster frame.
- Host: GitHub
- URL: https://github.com/heyjonbray/auditoor
- Owner: heyJonBray
- Created: 2024-04-22T23:45:16.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-25T21:41:22.000Z (almost 2 years ago)
- Last Synced: 2024-07-26T04:40:04.463Z (almost 2 years ago)
- Topics: evm-chains, farcaster-frames, security-audit, smart-contracts
- Language: TypeScript
- Homepage:
- Size: 1.26 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Frames.js Starter Kit
This is a boilerplate repo to get started quickly with `frames.js`
## Quickstart
If running from the frames.js repository itself:
- Run `yarn` from the repository root
- Run `cd examples/framesjs-starter`
1. Install dependencies `yarn install`
2. Run the dev server `yarn dev`
3. Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
4. Edit `app/page.tsx`
5. Visit [http://localhost:3000/debug](http://localhost:3000/debug) to debug your frame.
6. (Optional) To use a real signer (costs warps), copy `.env.sample` to `.env` and fill in the env variables following the comments provided
## Docs, Questions and Help
- [Frames.js Documentation](https://framesjs.org)
- [Awesome frames](https://github.com/davidfurlong/awesome-frames?tab=readme-ov-file)
- Join the [/frames-dev](https://warpcast.com/~/channel/frames-devs) channel on Farcaster to ask questions
## If you get stuck or have feedback, [Message @df please!](https://warpcast.com/df)
You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!
## Deploy
```bash
vercel
```
more deployment links coming soon, PRs welcome!