Skip to content

Instantly share code, notes, and snippets.

@zhigang1992
Created March 27, 2018 11:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zhigang1992/ce61fb496e81de25d9a698fd57392584 to your computer and use it in GitHub Desktop.
Save zhigang1992/ce61fb496e81de25d9a698fd57392584 to your computer and use it in GitHub Desktop.
blockchainbootstrap
{
"name": "awesomeblockchainapp",
"version": "0.1.0",
"private": true,
"dependencies": {
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-scripts": "1.1.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"chain": "ganache-cli",
"deploy": "cd contract && truffle migrate",
"soltest": "cd contract && truffle test",
"surge": "surge --project build --domain awesomeblockchainapp.surge.sh"
},
"devDependencies": {
"ganache-cli": "^6.1.0",
"surge": "^0.20.1",
"truffle": "^4.1.3"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment