This project requires you local node version as ^10.13.0. You can use nvm to install and select the specific node version.
brew install nvmnvm install 10.13.0nvm use 10.13.0
- Git Clone or download source code as zip file
- From project directory run
yarn && yarn buildand wait until build is finished. - Open
chrome://extensions/on Chrome and toggleDeveloper Mode. - Click
Load unpackedand selectdistdirectory inside project directory. - Start using SingleSource Extension.
- Open
about:debuggingon Firefox - Click
Load Temporary Add-on… - Select
manifest.jsoninsidedistdirectory
From project directory run cd react-example && yarn && yarn start to start a demo dApp.