tonkeeper / w5

Wallet version 5
MIT License
200 stars 146 forks source link

🔥W5: wallet v5 standard

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.

Project structure

Additional documentation

How to use

Build

npm run build:v5

Test

npm run test

Deployment

  1. Deploy library: npm run deploy-library
  2. Deploy wallet: npm run deploy-wallet

Get wallet compiled code

npm run print-wallet-code