Hello world! This is the project for we did for ETHIndia Online: Chain Runner Hackathon.
Sivasankaran T: https://github.com/sivasankaranxyz Bharath Waj: https://github.com/bharathwaj07 Keerthivasan:https://github.com/Hunterkeerthi
download the file and use the command below to install dependencies.( Make sure you have installed Node.js )
npm install
npm run electron:serve
vue add electron-builder
ttt
(open powershell) cd Contractive git clone https://github.com/sivasankaranxyz/contractive.git git init git config --global user.email "emailid@github" git config --global user.name "Sivasankaran T" git remote add origin https://github.com/sivasankaranxyz/contractive.git git add . git pull git commit -m "second commit setup" git push -u origin master