This is the integration of VestingVault to a Decetralized Webb App (dApp) using web3.js
and MetaMask
.
📄 Clone or fork vestingVault-dapp
:
git clone https://github.com/menezesphill/vestingVault-dapp.git
💿 Install all dependencies:
cd vestingVault-dapp
yarn install
🚴♂️ Run your App:
yarn run serve
A static server will start and be served at http://localhost:9011
🚚 Building the project for distribution:
yarn run build