near / create-near-app

Create a starter app hooked up to the NEAR blockchain
https://near-examples.github.io/hello-near-examples/
MIT License
353 stars 157 forks source link

Update packages #2154

Closed gagdiez closed 1 month ago

gagdiez commented 3 months ago

Most packages are outdated (SDK versions), we need to update them, and update the examples if necessary. For the frontend, we need to update the near-wallet.js to make sure it has all the methods from here:

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

Notice that in create-near-app we use Javascript and JSDocs, and the example is typescript. We want to keep using JS and JSDocs, not typescript.

gagdiez commented 1 month ago

fixed in #2156