-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
init repo with frames starter + maiton
- Loading branch information
0 parents
commit 5d5857a
Showing
41 changed files
with
1,705 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Used by new API examples | ||
APP_URL="http://localhost:3000" | ||
|
||
# Used by deprecated examples | ||
NEXT_PUBLIC_HOST="http://localhost:3000" | ||
|
||
# Optional - Hub URL to use for the debugger. If not set, the debugger will use the default hub URL. | ||
DEBUG_HUB_HTTP_URL= | ||
|
||
# Optional - Slow request example | ||
KV_REST_API_URL= | ||
KV_REST_API_TOKEN= | ||
|
||
# Optional - debugging URL for the examples index page | ||
NEXT_PUBLIC_DEBUGGER_URL= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
/** @type {import("eslint").Linter.Config} */ | ||
module.exports = { | ||
root: true, | ||
extends: ["next"], | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. | ||
|
||
# dependencies | ||
/node_modules | ||
/.pnp | ||
.pnp.js | ||
.yarn/install-state.gz | ||
|
||
.env | ||
# testing | ||
/coverage | ||
|
||
# next.js | ||
/.next/ | ||
/out/ | ||
|
||
# production | ||
/build | ||
|
||
# misc | ||
.DS_Store | ||
*.pem | ||
|
||
# debug | ||
npm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.log* | ||
|
||
# local env files | ||
.env*.local | ||
|
||
# vercel | ||
.vercel | ||
|
||
# typescript | ||
*.tsbuildinfo | ||
next-env.d.ts | ||
|
||
mocks.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"installDependencies": false, | ||
"startCommand": "node ./scripts/run-stackblitz.js", | ||
"env": { | ||
"NEXT_PUBLIC_STACKBLITZ": "true" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,320 @@ | ||
# template-next-starter-with-examples | ||
|
||
## 0.1.11 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies | ||
- [email protected] | ||
|
||
## 0.1.10 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [842e336] | ||
- Updated dependencies [7018e0c] | ||
- [email protected] | ||
|
||
## 0.1.10-canary.1 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies | ||
- [email protected] | ||
|
||
## 0.1.10-canary.0 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [96dc0be] | ||
- [email protected] | ||
|
||
## 0.1.9 | ||
|
||
### Patch Changes | ||
|
||
- b032d00: fix: update miniapp transactions spec implementation | ||
- Updated dependencies [d13c6ca] | ||
- [email protected] | ||
|
||
## 0.1.8 | ||
|
||
### Patch Changes | ||
|
||
- ac0af6c: feat: miniapp transaction example | ||
|
||
## 0.1.7 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [970ff97] | ||
- [email protected] | ||
|
||
## 0.1.6 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [b761511] | ||
- [email protected] | ||
|
||
## 0.1.5 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [7079958] | ||
- Updated dependencies [8df14d6] | ||
- [email protected] | ||
|
||
## 0.1.4 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [bb87cd5] | ||
- [email protected] | ||
|
||
## 0.1.3 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [68c5c7e] | ||
- [email protected] | ||
|
||
## 0.1.2 | ||
|
||
### Patch Changes | ||
|
||
- 3eeb57b: fix: add missing imageUrl to composer action metadata | ||
- Updated dependencies [381669d] | ||
- Updated dependencies [3eeb57b] | ||
- Updated dependencies [cf67e3d] | ||
- [email protected] | ||
|
||
## 0.1.1 | ||
|
||
### Patch Changes | ||
|
||
- e4b0ef9: feat: support dynamic images | ||
- f374083: fix: correctly parse composer action state | ||
- 8a4780f: feat: starter kit frame renderer | ||
- Updated dependencies [e4b0ef9] | ||
- Updated dependencies [365a9e5] | ||
- Updated dependencies [f374083] | ||
- [email protected] | ||
|
||
## 0.1.0 | ||
|
||
### Minor Changes | ||
|
||
- 044f047: feat: add neynar validate middleware | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [044f047] | ||
- [email protected] | ||
|
||
## 0.0.27 | ||
|
||
### Patch Changes | ||
|
||
- 8e2b564: feat: add composer actions support | ||
- bb18c52: feat(frames.js): add walletAddress() method to context so user can get wallet address associated with frame message | ||
- Updated dependencies [8e2b564] | ||
- Updated dependencies [bb18c52] | ||
- [email protected] | ||
|
||
## 0.0.26 | ||
|
||
### Patch Changes | ||
|
||
- d760a2f: feat: dynamic routes example | ||
- Updated dependencies [99ac86b] | ||
- [email protected] | ||
|
||
## 0.0.25 | ||
|
||
### Patch Changes | ||
|
||
- 2fb6679: feat: anoynmous open frames signer | ||
- Updated dependencies [2aaec07] | ||
- Updated dependencies [2fb6679] | ||
- [email protected] | ||
|
||
## 0.0.24 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [c7aad53] | ||
- [email protected] | ||
|
||
## 0.0.23 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [0376179] | ||
- Updated dependencies [ef7accc] | ||
- Updated dependencies [1ff7e6e] | ||
- [email protected] | ||
|
||
## 0.0.22 | ||
|
||
### Patch Changes | ||
|
||
- 6c11e2e: feat(debugger): add image debugging mode | ||
- Updated dependencies [6c11e2e] | ||
- Updated dependencies [6c11e2e] | ||
- Updated dependencies [6c11e2e] | ||
- [email protected] | ||
|
||
## 0.0.21 | ||
|
||
### Patch Changes | ||
|
||
- ddb59ec: feat(debugger): allow examples to be predefined | ||
- ddb59ec: feat(create-frames): detect open port and run debugger with preconfigured ports | ||
- Updated dependencies [acd0362] | ||
- [email protected] | ||
|
||
## 0.0.20 | ||
|
||
### Patch Changes | ||
|
||
- dbae533: feat: custom fonts images worker example | ||
- Updated dependencies [dbae533] | ||
- [email protected] | ||
|
||
## 0.0.19 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [b3431da] | ||
- Updated dependencies [904241e] | ||
- [email protected] | ||
|
||
## 0.0.18 | ||
|
||
### Patch Changes | ||
|
||
- 44dc3b9: feat: add lens protocol to multi protocol example | ||
- b48809e: feat: add back button to multi protocol example | ||
- Updated dependencies [b48809e] | ||
- Updated dependencies [44dc3b9] | ||
- [email protected] | ||
|
||
## 0.0.17 | ||
|
||
### Patch Changes | ||
|
||
- 56889cb: feat: use render package to handle cast actions and transaction errors | ||
- ae4fd12: feat: remove old api examples | ||
- Updated dependencies [e86382d] | ||
- Updated dependencies [ae4fd12] | ||
- [email protected] | ||
|
||
## 0.0.16 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [a5e0584] | ||
- Updated dependencies [8d87aaa] | ||
- [email protected] | ||
|
||
## 0.0.15 | ||
|
||
### Patch Changes | ||
|
||
- fix: update .env.sample in examples template | ||
|
||
## 0.0.14 | ||
|
||
### Patch Changes | ||
|
||
- 6d66b67: fix(create-frames): upgrade typescript and remove declaration options from tsconfig | ||
- a99a5ca: fix: properly format url based on VERCEL_URL | ||
- d24572d: feat: update example to use `transaction` helper function | ||
- Updated dependencies [0f9a59c] | ||
- Updated dependencies [d24572d] | ||
- Updated dependencies [a99a5ca] | ||
- Updated dependencies [2251c93] | ||
- [email protected] | ||
|
||
## 0.0.13 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [3779fd0] | ||
- Updated dependencies [5156ae7] | ||
- [email protected] | ||
|
||
## 0.0.12 | ||
|
||
### Patch Changes | ||
|
||
- 2fec9c9: feat: state signing secret option | ||
- 4787c9a: fix(create-frames): move eslint config to cjs, fix eslint errors, use minor versions of nextjs | ||
- Updated dependencies [2fec9c9] | ||
- Updated dependencies [032b413] | ||
- [email protected] | ||
|
||
## 0.0.11 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [9054c48] | ||
- [email protected] | ||
|
||
## 0.0.10 | ||
|
||
### Patch Changes | ||
|
||
- 539c320: fix: lock next version to 14.1.4 in templates | ||
- Updated dependencies [d5c683e] | ||
- Updated dependencies [6ac2524] | ||
- [email protected] | ||
|
||
## 0.0.9 | ||
|
||
### Patch Changes | ||
|
||
- 52adb07: feat: v2 action url deeplink example | ||
- 31e1fb0: fix: add appURL function which determines determines the base url for examples templates | ||
- Updated dependencies [3a7b64c] | ||
- [email protected] | ||
|
||
## 0.0.8 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [1ca5d9b] | ||
- [email protected] | ||
|
||
## 0.0.7 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [651e6b1] | ||
- Updated dependencies [fe92ca0] | ||
- [email protected] | ||
|
||
## 0.0.6 | ||
|
||
### Patch Changes | ||
|
||
- fix: bump frames.js version | ||
|
||
## 0.0.5 | ||
|
||
### Patch Changes | ||
|
||
- fix: add images worker to multi protocol example | ||
|
||
## 0.0.4 | ||
|
||
### Patch Changes | ||
|
||
- 0d373a9: feat: images worker middleware | ||
- Updated dependencies [0d373a9] | ||
- Updated dependencies [0d373a9] | ||
- Updated dependencies [0d373a9] | ||
- Updated dependencies [0d373a9] | ||
- Updated dependencies [0d373a9] | ||
- [email protected] |
Oops, something went wrong.