screenpeaker / ETHBackpack

ETHDenver 2019 Project
0 stars 0 forks source link

ETHBackpack

ETHDenver 2019 Project

View the contract: https://rinkeby.etherscan.io/address/0x95707d79e803c3ff32ecc0cf223af6416c2b90ad View the app: http://ethbackpack.herokuapp.com/ ETHDenver Submission: https://kauri.io/article/d3d2bcaa4e494319943cf7ff4a49e659/v3/ethbackpack

Project Name

Project Tagline/Description (140 Characters Max. Will be used on table card for judging)

Team Members. First and Last Names

Status.im ID for Each Team Member (we will use this to contact you and your team)

Detailed Project Description (no more than 3-4 sentences)

Describe your tech stack (e.g., protocols, languages, API’s, etc.)

- Front End:

- Back End:

Track for which you’re submitting (Open or Impact)

All Bounties Completed/Incorporated

A link to all your source code on a public repo (i.e. Github)

==Techical Stuff==



Note: All build JSON artifacts need to be removed before redeploying.

TO DEPLOY:
rm build/contracts/*
truffle compile
truffle migrate

TRUFFLE TOKEN MINTING: truffle console let instance = await MyNFT.deployed() let accounts = await web3.eth.getAccounts()

result = await instance.mintWithTokenURI('0x4dfD643708e1bF044Ee1Ed04e2C2Fb772a5a9C90', 2, '20df70') result (Should return a txid)

VERIFY TOKEN instance.ownerOf(2) - Show token owner instance.tokenURI(2) - Show token URI / Metadata