near / docs

NEAR Protocol Documentation
https://docs.near.org
Apache License 2.0
148 stars 358 forks source link

[META] Update near-wallet.js to latest version on all examples #2208

Open gagdiez opened 1 month ago

gagdiez commented 1 month ago

All our examples use the same near-wallet file that abstracts away the complexity of using the near-wallet-selector. We need to make sure all canonical examples have the methods used here:

https://github.com/near/near-discovery/blob/9b6332176e7fb6e1495a9f077ef4d4fdc42573e8/src/components/WalletSelector.ts

Notice that in the examples we use Javascript and JSDocs