subburajs / Auction

Ethereum Solidity + Vue.js Tutorial Simple Auction Dapp within 10 minutes

Home Page:https://medium.com/openberry/ethereum-solidity-vue-js-tutorial-simple-auction-dapp-within-10-minutes-76ba48156b2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ethereum Solidity + Vue.js Tutorial Simple Auction Dapp within 10 minutes

A simple Auction dapp where you can create an auction, place bids, and finalize an auction.

This repository is used in this Medium article:

https://medium.com/openberry/ethereum-solidity-vue-js-tutorial-simple-auction-dapp-within-10-minutes-76ba48156b2


Prerequisites

  • Node - v10.x.x (preferrably v10.15.0 for long term support)
  • npm - v6.x.x (preferrably v6.6.0)

Running It Locally

Clone this repo via to your local machine and install the dependencies by doing the following:

git clone https://github.com/openberry-ac/Auction.git
cd Auction
npm install

Serve the application with hot reload in a development environment via:

npm run dev

Boilerplate

If it is only the boilerplate that you want to clone, do it via:

git clone -b boilerplate --single-branch https://github.com/openberry-ac/Auction.git

And then do the same following commands as shown above for starting the application, you should be all set by then.

Built With

  • Solidity - Ethereum's smart contract programming language
  • Vue.js - The Javascript framework used
  • web3.js - Javascript library used to interact with the Ethereum blockchain

OpenBerry

Anyone can become a blockchain engineer!

OpenBerry is a tutorial marketplace, designed to enable anyone to learn blockchain programming.

Website:

https://openberry.ac/

Medium:

https://medium.com/openberry

Twitter:

https://twitter.com/openberry_ac

About

Ethereum Solidity + Vue.js Tutorial Simple Auction Dapp within 10 minutes

https://medium.com/openberry/ethereum-solidity-vue-js-tutorial-simple-auction-dapp-within-10-minutes-76ba48156b2


Languages

Language:Vue 52.7%Language:JavaScript 45.9%Language:HTML 1.4%