based on the #WirVsVirusHack athon submission.
dGE stands for "digitaler Gutschein-Euro" which is german for "digital voucher euro".
Visit our webpage: https://diggi.jetzt
This is the blockchain-based backbone of the dGE project.
This project is built with npm and truffle.
You can check your current versions with
node -v
npm -v
and truffle version
.
Got to where you code on your local machine 8)
git clone
cd dGE-smartContracts
npm install
And you're good to go!
You can use the truffle commands to compile, migrate or deploy the smart contracts.
truffle compile
truffle migrate
truffle deploy --network
followed by the specification of your chosen testnetwork.
If you're building on your local testnet and have already migrated once, don't forget that for the next migration the command will be truffle migrate --reset
to clean up all your previous migrations :)
This project was mainly built with love. But we also used JavaScript, Solidity and Truffle ;)
If you want to contribute, feel free to raise new issues! We're here to help and to improve <3
Shoutout to all the wonderful people contributing to the WirVsVirus Hackathon! Thank you for the amazing effort the organizers put into making this impossibly spontaneous and overwhelming event happen!