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

API and DApps integration #2155

Closed
dmitrystas opened this issue Jun 3, 2021 · 3 comments
Closed

API and DApps integration #2155

dmitrystas opened this issue Jun 3, 2021 · 3 comments

Comments

@dmitrystas
Copy link
Contributor

dmitrystas commented Jun 3, 2021

Hi, Yoroi Team.

Is there any plans for API support and 3rd party Dapps integration, like MetaMask has

The extension injects the Ethereum web3 API into every website's javascript context, so that dapps can read from the blockchain.

MetaMask also lets the user create and manage their own identities (via private keys, local client wallet and hardware wallets like Trezor™), so when a Dapp wants to perform a transaction and write to the blockchain, the user gets a secure interface to review the transaction, before approving or rejecting it.

?

@rooooooooob
Copy link
Contributor

For Ergo we already have it implemented in the nightly releases using the EIP-0012 spec. For Cardano it is not implemented yet but we have already drafted a CIP for the spec which can be found here. It is still awaiting feedback as we want to have a wallet-agnostic API in the best interests of the entire Cardano community, rather than multiple proprietary/wallet-specific APIs, which would hurt dApp developers in the long-term.

@vsubhuman
Copy link
Contributor

The implementation for the Cardano connector has already started, you can look out for PRs like #2213 and #2224 , marked with the dapp-connector label, even tho they are not always related to the new cardano implementation, of course, but some are.

And look out please for future announcements for Cardano community devs as we gonna release nightly versions of the cardano-connector and ask the community for help testing it.

@cvetelinandreevdreamix
Copy link

cvetelinandreevdreamix commented Jul 19, 2021

The implementation for the Cardano connector has already started, you can look out for PRs like #2213 and #2224 , marked with the dapp-connector label, even tho they are not always related to the new cardano implementation, of course, but some are.

And look out please for future announcements for Cardano community devs as we gonna release nightly versions of the cardano-connector and ask the community for help testing it.

Hey @vsubhuman,

We have an existing iOS app which we want to integrate with a Cardano wallet. Basically we want to open a wallet app to sign a transaction we've prepared in advance. We'll use a testnet initially.

Is that possible now?

Will be there nightly builds for the iOS app we can test?

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants