Skip to content

Commit

Permalink
Remove playground from master branch (#1305)
Browse files Browse the repository at this point in the history
* Remove playground from master branch

* update workspace
  • Loading branch information
bangtoven committed May 23, 2024
1 parent be327a3 commit f74ba03
Show file tree
Hide file tree
Showing 32 changed files with 79 additions and 4,759 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Deploy Coinbase Wallet SDK Playground to Pages

on:
workflow_dispatch:
push:
branches: [playground]

permissions:
contents: read
Expand Down
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,6 @@
]);
```

[See more example methods in apps/testapp/src/components/RpcMethods/method](apps/testapp/src/components/RpcMethods/method)

5. Handle provider events

```js
Expand Down Expand Up @@ -135,11 +133,4 @@

1. Fork this repo and clone it
1. From the root dir run `yarn install`
1. `cd apps/testapp && yarn install` to install testapp dependencies
1. From the root dir run `yarn dev`

- starts two dev servers in parallel:
- `@coinbase/wallet-sdk-testapp`
- `@coinbase/wallet-sdk`

1. Visit localhost:3001 in your browser to view the testapp
8 changes: 0 additions & 8 deletions apps/testapp/README.md

This file was deleted.

5 changes: 0 additions & 5 deletions apps/testapp/next-env.d.ts

This file was deleted.

28 changes: 0 additions & 28 deletions apps/testapp/package.json

This file was deleted.

116 changes: 0 additions & 116 deletions apps/testapp/src/components/EventListeners/EventListenersCard.tsx

This file was deleted.

158 changes: 0 additions & 158 deletions apps/testapp/src/components/Layout.tsx

This file was deleted.

Loading

0 comments on commit f74ba03

Please sign in to comment.