Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 1.6 KB

readme.md

File metadata and controls

31 lines (17 loc) · 1.6 KB

TEA Browser Wallet

Based on VUE and Polkadot JS

Running the Wallet

There are 2 options for running the TEA browser wallet:

  1. Remote. You can access the remotely hosted wallet client at wallet.teaproject.org.

  2. Local. The TEA Project is decentralized, allowing you to run the browser wallet locally on your machine without the aid of any central servers.

Unpack the zip archive.

  • Start the browser wallet. From your command line terminal, run the following two commands when in the downloaded tea-browser-wallet-master folder :

npm i

npm start

  • You should now to be able to access the browser wallet using localhost with the given port in your web browser:

You can use either localhost:3000 or 127.0.0.1:3000