-
Notifications
You must be signed in to change notification settings - Fork 582
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Separate branch for playground (#1304)
* delete non pg code * Separate branch for playground * cleanup * yarn export * fix package.json * fix ci * ci. no unit test on pg * fix
- Loading branch information
Showing
30 changed files
with
3,720 additions
and
8,441 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
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
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 |
---|---|---|
|
@@ -41,3 +41,4 @@ examples/**/yarn.lock | |
|
||
# next.js | ||
.next | ||
/out |
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 |
---|---|---|
@@ -1,8 +1,4 @@ | ||
# testapp | ||
|
||
This is a demo app for development purposes. To run it locally, run the `yarn dev` command from the repository's root directory. It will start two dev servers in parallel: | ||
|
||
- @coinbase/wallet-sdk-testapp | ||
- @coinbase/wallet-sdk | ||
|
||
This is a demo app for development purposes. To run it locally, run the `yarn dev` command from the repository's root directory. | ||
Navigate to http://localhost:3001/ to view the test dapp |
File renamed without changes.
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 |
---|---|---|
|
@@ -2,10 +2,12 @@ | |
"name": "@coinbase/wallet-sdk-testapp", | ||
"packageManager": "[email protected]", | ||
"scripts": { | ||
"lint": "eslint . --ext .ts,.tsx --fix", | ||
"typecheck": "tsc --noEmit", | ||
"dev": "next dev --port 3001", | ||
"build": "next build", | ||
"start": "next start", | ||
"export": "yarn workspace @coinbase/wallet-sdk run build && next build && next export" | ||
"export": "next build && next export" | ||
}, | ||
"dependencies": { | ||
"@chakra-ui/icons": "^2.1.1", | ||
|
@@ -23,6 +25,16 @@ | |
"react-hook-form": "^7.45.2" | ||
}, | ||
"devDependencies": { | ||
"@types/react": "18.2.15" | ||
"@types/react": "18.2.15", | ||
"@typescript-eslint/eslint-plugin": "^6.2.0", | ||
"@typescript-eslint/parser": "^6.2.0", | ||
"eslint": "^8.45.0", | ||
"eslint-config-preact": "^1.3.0", | ||
"eslint-config-prettier": "^8.8.0", | ||
"eslint-plugin-prettier": "^5.0.0", | ||
"eslint-plugin-simple-import-sort": "^10.0.0", | ||
"eslint-plugin-unused-imports": "^3.0.0", | ||
"prettier": "^3.0.0", | ||
"typescript": "^5.1.6" | ||
} | ||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.