weconomics.blockchainadvies.nu Open in urlscan Pro
157.97.171.175  Public Scan

URL: https://weconomics.blockchainadvies.nu/
Submission: On March 24 via automatic, source certstream-suspicious — Scanned from NL

Form analysis 2 forms found in the DOM

Name: ipfsFormPOST

<form name="ipfsForm" action="" method="POST">
  <ul class="actions">
    <li>Select Photo<br>
      <input type="file" value="1 - Choose File" style="style='height: 50px'" id="fileId" required="">
    </li>
  </ul>
  <br>
  <ul class="actions">
    <li><input type="button" value="1 - Upload Photo" class="primary" onclick="sendFileToIpfs()"></li>
  </ul>
</form>

Name: registrationFormPOST

<form name="registrationForm" action="" method="POST">
  <ul class="actions">
    <li>Photographer <input type="text" id="photographerId" required="">
    </li>
    <li>Location <input type="text" id="locationId" required="">
    </li>
  </ul>
  <br>
  <ul class="actions">
    <li><input type="button" value="2 - Register Photo" class="primary" id="sendDataToContractClass" onclick="sendDataToContract()"></li>
  </ul>
  <br>
</form>

Text Content

CERTIFIED PROGRAM
DIGITAL LEADERSHIP & BLOCKCHAIN


BLOCKCHAIN DEMO PHOTO REGISTRY

--------------------------------------------------------------------------------

PREPARATION

Install the Metamask plugin.
In Metamask: Create an account.
In Metamask: Select the Rinkeby Test Network.
Get some ether from a faucet.

INSTRUCTION

Step 1: Store a photo on IPFS and receive the IPFS hash.
Step 2: Send the IPFS hash and some metadata to a smart contract and receive the
transaction hash and a registration number.
The registration is linked to the account that signed the transaction.

--------------------------------------------------------------------------------

STEP 1: UPLOAD PHOTO TO IPFS

 * Select Photo
   


 * 







--------------------------------------------------------------------------------

STEP 2: REGISTER IPFS HASH ON BLOCKCHAIN

 * Photographer
 * Location


 *