toncenter / ton-wallet

Web Wallet and Browser Extension for TON (The Open Network)
https://wallet.ton.org
GNU General Public License v3.0
163 stars 61 forks source link

Adding support to custom wallet contracts (address) #91

Open Rotemy opened 2 years ago

Rotemy commented 2 years ago

This PR adds support for allowing users to work with custom wallets contracts.

Rationale

Some users are required to work with a non-standard smart contract such as lockup-wallet-contract. Since wallet addresses on TON are dependent on the code itself, no standard wallet UI can interact with them. We are aware this is an advanced feature, but due warnings were added to the UI.


UI