xtonwallet / web-extension

XTON wallet web-extension. Fast, secure solution that will help you to interact with TON blockchain in the modern format. Web3, DApp, TON proxy, TON storage, Jettons, NFT, etc.

Home Page:https://xtonwallet.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

XTON wallet

This repository contains source code for web-extension that allow interaction with TON (The Open Network) blockchain from your web browser.

Security

  • Wallet keys decrypt only when needs and via in-memory password, that stores in the one variable
  • IndexedDb stores only common information, like transaction history, etc.
  • Key pair is encrypted with AES-GCM
  • Password checking is provided by the comparison of a random hex key with length 256 that is stored in indexedDb and its encrypted hash that was obtained by AES-GCM with password inclusion. In this case to get master password needs to decrypt encrypted data that must be equal to the hex string by 256 length
  • Code develops accordance with state-of-the-art security standards

Browser supporting

Architecture

Application

User flow

Tests

Testing system is based on selenium and mochajs for e2e testing and testing-library for components

To test need to run:

yarn run test

Technical stack

Contribution

Anyone can participate in contribution. Pull request (PR) is welcome.

License

This repository provides by Apache License 2.0

Distribution and mode for developers

To prepare environment need to run:

yarn

To run developer mode:

yarn dev

To prepare build need to run:

yarn build

This command will generate a zip file for each browser.

For local the development process you can find comfortable to have MyLocalTon

Documentation

All documentation you can find by this link

Translations

For now the extension is available on the followed languages:

  • English
  • Arabic
  • Amharic
  • Bulgarian
  • Bengali
  • Catalan
  • Czech
  • Danish
  • German
  • Greek
  • Spanish
  • Estonian
  • Persian
  • Finnish
  • Filipino
  • French
  • Gujarati
  • Hebrew
  • Hindi
  • Croatian
  • Hungarian
  • Indonesian
  • Italian
  • Japanese
  • Kannada
  • Korean
  • Lithuanian
  • Latvian
  • Malayalam
  • Marathi
  • Malay
  • Dutch
  • Norwegian
  • Polish
  • Portuguese (Brazil)
  • Portuguese (Portugal)
  • Romanian
  • Russian
  • Slovak
  • Slovenian
  • Serbian
  • Swedish
  • Swahili
  • Tamil
  • Telugu
  • Thai
  • Turkish
  • Ukrainian
  • Vietnamese
  • Chinese (China)
  • Chinese (Taiwan)

If you are native speaker on any other language and can help with translation, please use this file as source

Steps for a new release

  • Run tests
  yarn run test
  • Create a commit with a description

  • Increase a version in package.json and manifest.json and update CHANGELOG file

  npm version [<newversion> | major | minor | patch | premajor | preminor | prepatch | prerelease [--preid=<prerelease-id>] | from-git]

Usually after common commit needs to use patch

  npm version patch
  • Create builds for browsers
  yarn run build

Requested features

  • Multi accounts
  • DApp connector for the signing transactions, the signing messages, the encrypt/decrypt messages
  • Adding tokens and interactions with them
  • Supporting of easy conversion between currencies
  • TON proxy supporting
  • NFT supporting
  • TON DNS supporting
  • Mobile version for IOS/Android platforms with the same functionality as in browsers
  • Full SDK supporting
  • Qr codes for the payment system via the mobile version (the payment sending, ask payment, the deep link)
  • Onboarding library for Dapp for the quick installation of the web extension or the mobile version
  • TON Payments supporting
  • TON Storage supporting
  • Swipe operations
  • DEX supporting
  • Buying on external exchanges
  • Creating multisign wallet (many owners, requirement count more than 0)
  • Hard wallet supporting
  • Fishing blacklist with the voting process on TON blockchain

Official address

EQC6JdMGKESs00LDyfmlU-ryyr-buA-i9M8Ja39KE1NxzmNt

About

XTON wallet web-extension. Fast, secure solution that will help you to interact with TON blockchain in the modern format. Web3, DApp, TON proxy, TON storage, Jettons, NFT, etc.

https://xtonwallet.com

License:Apache License 2.0


Languages

Language:JavaScript 70.3%Language:Svelte 29.6%Language:HTML 0.1%