Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Starter code #2

Open
wants to merge 4 commits into
base: starter-code
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion migrations/2_deploy_contracts.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const MemoryToken = artifacts.require("MemoryToken");

module.exports = function(deployer) {
// Code goes here...
deployer.deploy(MemoryToken);
};
8,889 changes: 4,456 additions & 4,433 deletions package-lock.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://www.youtube.com/watch?v=x-6ruqmNS3o (25:52)
38,012 changes: 19,818 additions & 18,194 deletions src/abis/Address.json

Large diffs are not rendered by default.

38,012 changes: 19,818 additions & 18,194 deletions src/abis/Counters.json

Large diffs are not rendered by default.

38,008 changes: 19,816 additions & 18,192 deletions src/abis/ERC165.json

Large diffs are not rendered by default.

38,006 changes: 19,815 additions & 18,191 deletions src/abis/ERC721.json

Large diffs are not rendered by default.

38,006 changes: 19,815 additions & 18,191 deletions src/abis/ERC721Enumerable.json

Large diffs are not rendered by default.

38,006 changes: 19,815 additions & 18,191 deletions src/abis/ERC721Full.json

Large diffs are not rendered by default.

38,006 changes: 19,815 additions & 18,191 deletions src/abis/ERC721Metadata.json

Large diffs are not rendered by default.

38,008 changes: 19,816 additions & 18,192 deletions src/abis/IERC165.json

Large diffs are not rendered by default.

38,002 changes: 19,813 additions & 18,189 deletions src/abis/IERC721.json

Large diffs are not rendered by default.

38,002 changes: 19,813 additions & 18,189 deletions src/abis/IERC721Enumerable.json

Large diffs are not rendered by default.

38,002 changes: 19,813 additions & 18,189 deletions src/abis/IERC721Metadata.json

Large diffs are not rendered by default.

38,002 changes: 19,813 additions & 18,189 deletions src/abis/IERC721Receiver.json

Large diffs are not rendered by default.

Loading