This is an extensible wallet specification aimed at replacing V4 and allowing arbitrary extensions.
W5 has 25% lower fees, supports gasless transactions (via third party relayers) and implements a flexible extension mechanism.
contracts
- source code of all the smart contracts of the project and their dependencies.wrappers
- wrapper classes (implementing Contract
from ton-core) for the contracts, including any [de]serialization primitives and compilation functions.tests
- tests for the contracts.scripts
- scripts used by the project, mainly the deployment scripts, additionally contains utilities for gas optimisation.fift
- contains standard Fift v0.4.4 library including the assembler and disassembler for gas optimisation utilities.npm run build:v5
npm run test
npm run deploy-library
npm run deploy-wallet
npm run print-wallet-code