Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mypttwo/mulkila

mulkila - A Simple Auction App based on Ethereum
https://github.com/mypttwo/mulkila

ethereum ethereum-contract react reactjs web3 web3-solidity web3js

Last synced: 10 days ago
JSON representation

mulkila - A Simple Auction App based on Ethereum

Awesome Lists containing this project

README

        

# mulkila - A Simple Auction App based on Ethereum

This is the client implementation of an app that allows users to participate in a fixed bid auction via any browser with the [Metamask](https://metamask.io/) plug in.

The server implementation is available at https://github.com/mypttwo/makhno.

Disclaimers :
While this allows users to participate in the auction, this does not restrict anonymous users from directly interacting with the smart contract on Ethereum.

## Getting Started

Apart from having nodejs installed and other usual stuff you will need to
- Install [Metamask](https://metamask.io/) if you have not done that as yet. This will give you a default account.
- Get some **ether** to begin with. You would also like to work with a *test* network like [Ropsten](https://ropsten.etherscan.io/) or [Rinkeby](https://rinkeby.etherscan.io/). Look for faucets in the respective networks - like [Ropsten faucet](http://faucet.ropsten.be:3001/), [Rinkeby faucet](https://faucet.rinkeby.io/).

## Setting up the environment
The code includes a **.env** file. You will need to set the appropriate variables to run the app.
- Specify the url for your server instance.

## Running the app
You run the server like so
> ``npm start``

## Acknowledgements
> Written with [StackEdit](https://stackedit.io/).