git clone https://github.com/MUBlockchain/contracts.git
npm i
nano .env
Example .env file:
INFURA=infura.io/v3/xxxxxxxxxxxxxxxxxxxxxxx
MNEMONIC=word1 word2 word3 word4 word5 word6 word7 word8 word9 word10 word11 word12
npx truffle develop
compile
migrate --reset
test tests/test.js
yes I know this isn't configured correctly. no i will not do anything about it rn
if your preferred network is not listed here you must add it in truffle-config.js
migrate --network kovan --reset
test tests/test.js --network kovan