solana-labs / solana

Web-Scale Blockchain for fast, secure, scalable, decentralized apps and marketplaces.
https://solanalabs.com
Apache License 2.0
13.24k stars 4.31k forks source link

Hook up webwallet to wallet API #951

Closed mvines closed 6 years ago

mvines commented 6 years ago

The webwallet is now ready to be connected up with #702.

Notes:

mvines commented 6 years ago

@CriesofCarrots if you have a list of methods that you’re looking adding in #702, I can get those implemented in the webwallet real quick. Then you could potentially use the webwallet as a client to actually develop the RPC API implementation

mvines commented 6 years ago

getBalance() - https://github.com/solana-labs/webwallet/commit/47b2cd7433c57be5a5904277b3c9bac6f830d178

mvines commented 6 years ago

confirmTransaction() - https://github.com/solana-labs/webwallet/commit/f2f7755bb9d3be03b92ce20fa620211bafdefeae

mvines commented 6 years ago

What remains here is now a duplicate of what remains for #1022