Skip to content

Commit

Permalink
Adds tutorial code
Browse files Browse the repository at this point in the history
  • Loading branch information
gwmccubbin committed Sep 5, 2019
1 parent 9c0e223 commit 1c6d899
Show file tree
Hide file tree
Showing 23 changed files with 494,242 additions and 560 deletions.
5 changes: 5 additions & 0 deletions migrations/2_deploy_contracts.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
const Color = artifacts.require("Color");

module.exports = function(deployer) {
deployer.deploy(Color);
};
664 changes: 125 additions & 539 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "An Ethereum Marketplace",
"author": "[email protected]",
"dependencies": {
"@openzeppelin/contracts": "^2.3.0",
"babel-polyfill": "6.26.0",
"babel-preset-env": "1.7.0",
"babel-preset-es2015": "6.24.1",
Expand All @@ -19,6 +20,7 @@
"react-dom": "16.8.4",
"react-scripts": "2.1.3",
"truffle": "5.0.5",
"truffle-flattener": "^1.4.2",
"web3": "1.0.0-beta.55"
},
"scripts": {
Expand Down
37,448 changes: 37,448 additions & 0 deletions src/abis/Address.json

Large diffs are not rendered by default.

Loading

0 comments on commit 1c6d899

Please sign in to comment.