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/.
yarn install
yarn upgrade
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's transports require https which makes local development difficult. Run a proxy in development.
mitmdump -p 443 --mode reverse:http://localhost:3000/
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.
The Theta Web Wallet reference implementation is licensed under the GNU License.