https://github.com/kamalbuilds/cross-chain-gitcoin-grants
https://github.com/kamalbuilds/cross-chain-gitcoin-grants
chainlink chainlink-ccip
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kamalbuilds/cross-chain-gitcoin-grants
- Owner: kamalbuilds
- Created: 2024-05-26T13:39:22.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-02T05:26:58.000Z (over 1 year ago)
- Last Synced: 2025-01-09T13:12:37.591Z (9 months ago)
- Topics: chainlink, chainlink-ccip
- Language: TypeScript
- Homepage:
- Size: 316 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Frames.js Next example
Simple Frames.js app using Next.js.
### Installation
```sh
npm install
```### Run in Debugger
Following command will open frames debugger and also run the app in development mode.
```sh
npm run dev
```