Oberton Chrome FreeTon Extension is in-browser blockchain crypto wallet of FreeTon blockchain network.
Install from Google Webstore
Check slides with detailed features review
to install project dependencies
npm install
to run the app on localhost:1235 for better debugging experience
npm run serve
OR to make production build to the dist folder that can be loaded as unpacked extension to Chrome
npm run build
or just load /dist
folder as unpacked extension to the chrome://extensions
- Create Wallet (Sufr and Multisig)
- Send token
- View transactions and messages
- Confirm mutisig trsactions
Oberton Chrome FreeTon Extension stores wallet credentians locally, encrypted by sha-256 sum of entered digit pin code and does not send any credentials to any external endpoint.
Each enter to the app, user provides pin code created earlier to decrypt the wallets storage to keep interacting with added wallets.