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 serveA static server will start and be served at http://localhost:9011
π Building the project for distribution:
yarn run build