Skip to content

Commit

Permalink
added zokrates verifier contract and specs
Browse files Browse the repository at this point in the history
  • Loading branch information
jensendarren committed Jun 19, 2020
1 parent 2edad11 commit 962751b
Show file tree
Hide file tree
Showing 12 changed files with 682 additions and 21 deletions.
7 changes: 0 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@ eth-contracts/build

node_modules

zokrates/code/square/proof.json
zokrates/code/square/out
zokrates/code/square/out.code
zokrates/code/square/proving.key
zokrates/code/square/verification.key
zokrates/code/square/witness

.secret

TODO.txt
2 changes: 0 additions & 2 deletions eth-contracts/contracts/ERC721Mintable.sol
Original file line number Diff line number Diff line change
Expand Up @@ -513,8 +513,6 @@ contract CustomERC721Token is ERC721Metadata {
constructor(string memory _name, string memory _symbol)
ERC721Metadata(_name, _symbol, 'https://s3-us-west-2.amazonaws.com/udacity-blockchain/capstone/') public {}


// -calls the superclass mint and setTokenURI functions
function mint(address to, uint256 tokenId) public onlyOwner returns(bool) {
super._mint(to, tokenId);
super.setTokenURI(tokenId);
Expand Down
Loading

0 comments on commit 962751b

Please sign in to comment.