Tron vault is build using tron developers tools such as :
We will build our smart contract with the help of Solidity programming language. You can take the help of Remix editor or else Tron IDE.
install latest globle version of tronbox on you machine. we will need it for deploying or smart contract.
$ npm install -g tronbox
Tronlink is web browser extension which helps for transactions. If you are using chrome browser get it here.
You can install Tron-Web using the latest release on NPM or by downloading the latest distributable js files.
$ npm install tronweb
Install ReactJs accordign to your machine.
$ tronbox init
$ tronbox compile --compile-all
$ tronbox migrate --reset --network shasta
$ sudo npm install
and start the server
$ npm start
watch you project running on localhost.