You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# get latest version of web3-cmt.js
git clone https://github.com/CyberMiles/web3-cmt.js /path_to/web3-cmt.js
cd /path_to/web3-cmt.js
git checkout master
yarn install # (or `npm install`)# prepare for web3-cmt package linking
yarn link # (or `npm link`)# goes to directory of your projectcd /path_to/your_project
# link to local version of web3-cmt package
yarn link "web3-cmt"# (or `npm link "web3-cmt"`)