GigaDAO / wasi-sol

💳 A Solana Wallet adapter for WASM frameworks (WIP).
https://wasi-sol.netlify.app/
MIT License
16 stars 4 forks source link

Increase syntax expressiveness, move wallets redirect from view to core #15

Closed wiseaidev closed 1 month ago

wiseaidev commented 1 month ago

Related to #13 & #9

- let phantom_context = use_wallet(Wallet::Phantom);
+ let phantom_context = use_wallet::<Wallet>(Wallet::Phantom);