Skip to content

https://github.com/ton-blockchain/wallet-contract.gitUpdate README.md. #317

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
# Wallet V4
Wallet v4 is proposed version of wallet to replace v3 or older wallets.

The main difference from previous versions consist in plugins functionality:
The main difference from previous versions consist in plugins functionality:[whitepaper-3.pdf](https://github.com/user-attachments/files/18779504/whitepaper-3.pdf)

trusted conjugated contracts may implement complex logic while being able to use all funds from main wallet.

That way wallet can be extended in numerous ways, including partial, infinite or programmatic allowances, special connectors to specific DApps, custom user-governed add-ons.

More info see in [TIPS-38](https://github.com/newton-blockchain/TIPs/issues/38).

## Interface
## Interface60
### External messages
1. Send arbitrary owner-formed message (the same functionality as v1, v2, v3)
2. Deploy and install plugin
Expand Down