sime / theta-wallet-web

Official Theta Wallet for Web

Home Page:https://docs.thetatoken.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Theta Wallet for Web

Reference implementation of the Theta Web Wallet. In addition to the standard wallet functionalities like sending and receiving Theta/TFuel, it also allows the user to deploy and interact with smart contracts running on the Theta blockchain. To see the Theta Web Wallet in action, please visit https://wallet.thetatoken.org/.

Setup

yarn install

yarn upgrade

Development

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

Ledger development

Ledger's transports require https which makes local development difficult. Run a proxy in development.

mitmdump -p 443 --mode reverse:http://localhost:3000/

Production

yarn build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.

License

The Theta Web Wallet reference implementation is licensed under the GNU License.

About

Official Theta Wallet for Web

https://docs.thetatoken.org/

License:GNU General Public License v3.0


Languages

Language:HTML 79.2%Language:SCSS 11.1%Language:JavaScript 8.7%Language:CSS 1.0%