Coder Social home page Coder Social logo

augur's Introduction

Augur

Build Status Coverage Status

Augur is a decentralized prediction market platform built on Ethereum. This is the reference client. It runs locally in your browser and communicates directly with the ethereum network, without going through intermediete servers.

There are several ways to run it:

  • Easiest: visit app.augur.net
  • Balanced: one-click azure install (coming soon)
  • Best: run ethereum locally (coming soon)

Build From Source

Install Node.js, then:

git clone https://github.com/AugurProject/augur.git
cd augur
npm install
npm run build

This will create a build folder with all the files necessary to run the client. Simply copy them to your web server of choice, or use the development web server described next.

Develop

// build and watch source for changes
npm run watch

// run local web server
npm start

Visit http://localhost:8080

Documentation

http://docs.augur.net

Development Tips

#1: Search the project filenames for whatever you are looking for before thinking about it too much.

Since our code is structured in many small files that are named the same as the state/functionality they represent, rather than try to follow and reverse engineer code paths, just blindly search all filenames for whatever it is you are looking for. More often than not, you will find what you need.

Want to know where the css for pagination is? Don't bother tracing where/how they're included, just search your files for pag >>>and pagination.less will pop up.

Want to see how the login account gets updated? Search the files for login >>> and update-login-account.js will appear.

augur's People

Contributors

tinybike avatar stephensprinkle-zz avatar scottzer0 avatar johndanz avatar priecint avatar niran avatar joeykrug avatar thinkloop avatar kevinday avatar carver avatar stephensprinkle avatar robertmccone avatar gitter-badger 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.