/Supersonic_Deals

Blockchain smart contracts on Martian Market. Land bidding webpage deployed on Github.

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Supersonic Deals

How would distributed ledgers scale in a different dimension?


mars

Files

Blockchain Deals on Martian Land

Designing the contracts

Modified from: Solidity documentation.


Deploying the Initiatives

Webpage on Supersonic Deals

mars_webpage

Step 1: Click on Settings on Github Repository on Supersonic_Deals.

github_repo

Step 2: View on Settings tab:

github_settings

Step 3: Scroll down to GitHub Pages section
  • Source: Select master branch
  • Theme Chooser: Modernist here (you may absolutely select any theme as you wish!) github_pages

Supersonic Bidding on Localhost: 8000

Step 1: Type the following command in a terminal window

python -m http.server 8000
Allow for network connections on the pop-up window.

localhost_launch

Step 2: Lauch a webpage on Chrome browser on localhost:8000

Click on Mars on the screen to reach the following page localhost_8000

Step 3: Mint Ethereum Tokens on Rarible

followed by uploading featured pictures of land onto Pinata. Allow connection to account on MetaMask as shown below (click me):

Rarible_coin_mining

waterlinks_mars_rarible Marketing options available upon minting


Transactions on Remix

A. Deployment of MartianMarket Contract

tx_contract_MM

B. Bid of 1 Ether on MartianAuction Contract

tx_bid_1ETH

C. Withdraw of 1 Ether on MartianAuction Contract

tx_withdraw

D. End Auction on MartianAuction Contract

tx_auctionEnd

E. Records on MetaMask

txs


References