Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mypttwo/mulkila
- Owner: mypttwo
- Created: 2018-08-18T09:55:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-25T03:22:22.000Z (about 6 years ago)
- Last Synced: 2024-09-06T12:28:15.385Z (2 months ago)
- Topics: ethereum, ethereum-contract, react, reactjs, web3, web3-solidity, web3js
- Language: JavaScript
- Homepage:
- Size: 214 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).