/web3

Primary LanguageJavaScriptMIT LicenseMIT

Web3/Smart-Contract Matrix Project

Instructions

git clone <repo-url>
cd <repo-dir>
npm install
truffle version
truffle init --force

New Artifacts

truffle create contract EtherSender
truffle create migration EtherSender
truffle create test EtherSender

Interactions

vim

w | Dispatch truffle compile
w | Dispatch truffle test % | grep .

bash

truffle exec code/web3version.js --network cli