Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 894 Bytes

File metadata and controls

24 lines (18 loc) · 894 Bytes

Snickerdoodle Protocol

Local Testing

git clone https://github.com/SnickerdoodleLabs/Testbed-React.git
cd Testbed-React
npm install --legacy-peer-deps
mv .example.env.local .env.local
npm start

NOTE: You must put a WalletConnect project id in the enviroment file otherwise the app will break at runtime.

Pushing to Github Pages

This testbed app is hosted via Github Pages and uses gh-pages for publishing. Additionally, this app uses WalletConnect's Web3Modal library to facilitate connecting a user's account to the application. You'll need to provide a project ID from your WalletConnect account for the application to function.

npm run deploy