Arithmetica is a platform for computational math problems and democratizes the computation and data availability.
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.
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.
Navigate to: Arithmetica
- install XCode
#switch path
sudo xcode-select -s /Applications/Xcode.app/Contents/Developer/
#accept licence
sudo xcodebuild -license
- install node dependencies
cd PROJECT_ROOT/js; npm install; cd..
./build
./build dev