/casper-demo

Primary LanguageTypeScript

Instalation

npm i inside root directory.

.env

REACT_APP_NODE_URL= # node-url without ports eg. http://0.0.0.0

Usage

To run the demo install [CasperLabs Signer - chrome extension] and create / import your private key. Run npm start and connect to the site from Signer window.

You will need to start browser with CORS disabled - eg. for Chrome on Mac open -n -a /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --args --user-data-dir="/tmp/chrome_dev_test" --disable-web-security