Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Within this monorepo you will find the following subprojects:
This directory contains on-chain contracts and SDKs for all of the various
blockchain runtimes that Pyth supports. Each subdirectory corresponds to a
blockchain runtime. Inside each subdirectory, there are subfolders for
contracts, SDKs, and examples.
contracts and SDKs.

## Hermes

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

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

## Fortuna

Expand Down
55 changes: 0 additions & 55 deletions target_chains/ethereum/examples/coin_flip/README.md

This file was deleted.

4 changes: 0 additions & 4 deletions target_chains/ethereum/examples/coin_flip/app/.gitignore

This file was deleted.

27 changes: 0 additions & 27 deletions target_chains/ethereum/examples/coin_flip/app/package.json

This file was deleted.

81 changes: 0 additions & 81 deletions target_chains/ethereum/examples/coin_flip/app/src/CoinFlipAbi.json

This file was deleted.

103 changes: 0 additions & 103 deletions target_chains/ethereum/examples/coin_flip/app/src/flip_coin.ts

This file was deleted.

15 changes: 0 additions & 15 deletions target_chains/ethereum/examples/coin_flip/app/tsconfig.json

This file was deleted.

4 changes: 0 additions & 4 deletions target_chains/ethereum/examples/coin_flip/contract/.gitignore

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Loading