Skip to content

Latest commit

 

History

History
58 lines (32 loc) · 1.15 KB

readme.md

File metadata and controls

58 lines (32 loc) · 1.15 KB

Arithmetica

Arithmetica is a platform for computational math problems and democratizes the computation and data availability.

arithmetica

What's next for Arithmetica

Following the completion of the ETH Denver Hackathon the Arithmetica team plans to refactor portions of the code to increase maintainability. We are also in the process of redesigning the UI.

Want to help?

Prerequisites

Desktop & Mobile Browsers: Will work with: Brave, Chrome, Firefox

Note: Access to an Ethereum Node, or MetaMask is need to define new problems, but not required to contribute to existing ones.

How to Use It

Navigate to: Arithmetica

Developers

Setup (On OSX):

  1. install XCode
#switch path
sudo xcode-select -s /Applications/Xcode.app/Contents/Developer/
#accept licence
sudo xcodebuild -license
  1. install node dependencies
cd PROJECT_ROOT/js; npm install; cd..

Build (compile && dist)

./build

Development Build (easier to debug)

./build dev