Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable ergo dapp connector #3334

Merged
merged 2 commits into from
Oct 28, 2023
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
6 changes: 1 addition & 5 deletions packages/yoroi-connector/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# Yoroi dApp Connector

~~This experimental extension is the first in a modular design to interface the [Yoroi frontend extension](https://github.com/Emurgo/yoroi-frontend) with dApps. It targets the [Ergo](https://ergoplatform.org/en/) cryptocurrency.~~

~~The implementation will follow our [EIP-0012](https://github.com/ergoplatform/eips/pull/23) spec.~~

This project is used only as an example application.

All related to the dApp is moved to the folder `packages/yoroi-extension/app/connector`.
Expand All @@ -16,4 +12,4 @@ All related to the dApp is moved to the folder `packages/yoroi-extension/app/con
### Running dApp example page

1. Install node modules
2. Run example for cardano network `npm run cardano` or run example for ergo network `npm run ergo`
2. Run example for cardano network `npm run cardano`
5 changes: 0 additions & 5 deletions packages/yoroi-connector/example-ergo/bootstrap.js

This file was deleted.

Binary file removed packages/yoroi-connector/example-ergo/favicon.ico
Binary file not shown.
48 changes: 0 additions & 48 deletions packages/yoroi-connector/example-ergo/index.html

This file was deleted.

Loading
Loading