You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While the wallet.md file suggests using up-to-date packages (npm i --save @ton/ton @ton/core @ton/crypto), the corresponding tutorial suggests using the deprecated ones: npm i --save ton ton-core ton-crypto, which suggests the page is outdated. I'm not sure if that page is the official version of the docs, but it's the one I've got to from the top of search results.
Describe the bug
While the wallet.md file suggests using up-to-date packages (
npm i --save @ton/ton @ton/core @ton/crypto
), the corresponding tutorial suggests using the deprecated ones:npm i --save ton ton-core ton-crypto
, which suggests the page is outdated. I'm not sure if that page is the official version of the docs, but it's the one I've got to from the top of search results.To reproduce
Expected behavior
The tab shows
npm i --save @ton/ton @ton/core @ton/crypto
Screenshots
The text was updated successfully, but these errors were encountered: