Skip to content

Commit d883e49

Browse files
authored
(fix) remove examples from monorepo (#1876)
1 parent 1fa8884 commit d883e49

File tree

13 files changed

+2
-409
lines changed

13 files changed

+2
-409
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Within this monorepo you will find the following subprojects:
1212
This directory contains on-chain contracts and SDKs for all of the various
1313
blockchain runtimes that Pyth supports. Each subdirectory corresponds to a
1414
blockchain runtime. Inside each subdirectory, there are subfolders for
15-
contracts, SDKs, and examples.
15+
contracts and SDKs.
1616

1717
## Hermes
1818

@@ -27,7 +27,7 @@ The [`price_service/client`](./price_service/client/) directory provides an SDK
2727
However, most users will interact with the price service via a chain-specific SDK
2828

2929
For a guide on utilising this service in your project, see the chain-specific SDK
30-
and examples for your blockchain runtime in the `target_chains` directory.
30+
and [examples](https://github.com/pyth-network/pyth-examples/tree/main/price_feeds) for your blockchain runtime in the `target_chains` directory.
3131

3232
## Fortuna
3333

target_chains/ethereum/examples/coin_flip/README.md

Lines changed: 0 additions & 55 deletions
This file was deleted.

target_chains/ethereum/examples/coin_flip/app/.gitignore

Lines changed: 0 additions & 4 deletions
This file was deleted.

target_chains/ethereum/examples/coin_flip/app/package.json

Lines changed: 0 additions & 27 deletions
This file was deleted.

target_chains/ethereum/examples/coin_flip/app/src/CoinFlipAbi.json

Lines changed: 0 additions & 81 deletions
This file was deleted.

target_chains/ethereum/examples/coin_flip/app/src/flip_coin.ts

Lines changed: 0 additions & 103 deletions
This file was deleted.

target_chains/ethereum/examples/coin_flip/app/tsconfig.json

Lines changed: 0 additions & 15 deletions
This file was deleted.

target_chains/ethereum/examples/coin_flip/contract/.gitignore

Lines changed: 0 additions & 4 deletions
This file was deleted.

target_chains/ethereum/examples/coin_flip/contract/foundry.toml

Lines changed: 0 additions & 7 deletions
This file was deleted.

target_chains/ethereum/examples/coin_flip/contract/lib/README.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)