neo-wallet-adapter icon indicating copy to clipboard operation
neo-wallet-adapter copied to clipboard

Neo Express support

Open devhawk opened this issue 3 years ago • 1 comments

Since it's a dev tool, neo express stores express wallet private key information without encryption. An Express Wallet adapter package would allow developers using the neo-wallet-adapter library to test their dApps locally with NeoExpress.

devhawk avatar May 16 '22 14:05 devhawk

Nice idea Harry! It would be really useful to connect locally 🤓

Basically we can add a "neo-express-adapter" that handle retrieval of the wallet by asking the user for wallet data and then uses neonjs do the calls to neo express on localhost directly signing the transaction with it.

mfbz avatar May 24 '22 14:05 mfbz