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
{{ message }}
This repository has been archived by the owner on Aug 6, 2020. It is now read-only.
"message": "\nQuick Start\nRun your local blockchain:\n> ganache-cli --deterministic\nInitialize the OpenZeppelin SDK project:\n> npx openzeppelin init app\nGo to the client directory:\n> cd client\nRun the React app:\n> npm run start\nContinue in your browser!\nMore at https://docs.openzeppelin.com/starter-kits/gsnkit",
"files": [
".gitignore",
"LICENSE",
"client",
"contracts",
"migrations",
"package.json",
"solhint.json",
"test",
"truffle-config.js"
],
"hooks": {
"post-unpack": "npm install && cd client && npm install"