https://github.com/mypttwo/makhno
makhno - A Simple Auction App based on Ethereum
https://github.com/mypttwo/makhno
ethereum ethereum-contract node-js nodejs web3 web3-solidity web3js
Last synced: 4 months ago
JSON representation
makhno - A Simple Auction App based on Ethereum
- Host: GitHub
- URL: https://github.com/mypttwo/makhno
- Owner: mypttwo
- Created: 2018-08-18T09:32:07.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-23T12:41:40.000Z (almost 7 years ago)
- Last Synced: 2025-01-07T11:49:47.038Z (6 months ago)
- Topics: ethereum, ethereum-contract, node-js, nodejs, web3, web3-solidity, web3js
- Language: JavaScript
- Homepage:
- Size: 38.1 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# makhno - A Simple Auction App based on Ethereum
This is the server 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 client implementation is available at https://github.com/mypttwo/mulkila.
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.## 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 mongodb instance. (Either you can [download](https://www.mongodb.com/download-center#community) and run mongo locally or you can use a service ([mlab](https://mlab.com/), [Atlas](https://www.mongodb.com/download-center#atlas))
``DB=mongodb://localhost:27017/gya``
- Specify the port on which your server will run
``PORT=3000``## Running the app
You run the server like so
> ``npm start``## Acknowledgements
> Written with [StackEdit](https://stackedit.io/).