/vestingVault-dapp

Example dApp: Integrating smarts contracts to a dApp using web3.js, Javascript and Metamask.

Primary LanguageJavaScript

🪙 Vesting Vault DAPP

This is the integration of VestingVault to a Decetralized Webb App (dApp) using web3.js and MetaMask.

🚀 Quick Start

📄 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