Giter VIP home page Giter VIP logo

bounties's Introduction

Bounties Explorer

Bounties Explorer is a UNICEF maintained fork of Bounties.network.

Installation

$ npm install
$ cd client
$ npm install

Requirements

To save the data that is not stored on Ethereum, Bounties requires a running mongodb service. AWS S3 is used to store/serve files. The following Environmental variables are required

NODE_ENV=development
DB_NAME=bounties
DB_URL=mongodb://localhost:27017
SERVER_PORT=9000
AWS_ACCESS_KEY=
AWS_SECRET_KEY=
AWS_BUCKET_NAME=

INFURA_ENDPOINT=
ALCHEMY_ENDPOINT=

App configuration is located in /config/index.js

Startup

$ node index.js
$ cd client
$ npm run start
18:26:28.433Z  INFO Bounties App: Starting...
18:26:28.434Z  INFO Bounties App: Initializing
18:26:28.435Z  INFO MongoDB: Starting...
18:26:28.435Z  INFO MongoDB: Initializing:
18:26:28.447Z  INFO Bounties App: Initialized
18:26:28.449Z  INFO Bounties App: started in production.
18:26:28.449Z  INFO Bounties App: listening on http://localhost:9000
18:26:28.462Z  INFO MongoDB: Connected: mongodb://localhost:27017/bounties
18:26:28.463Z  INFO MongoDB: Initialized

Contributions

Please Fork this repo, pull down & set your fork as origin with this repository as upstream. To make Pull Requests, push your change branch to your repo and open a PR here. See more

bounties's People

Contributors

tenthirtyone avatar rymksotnini avatar mehranhydary avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.