bakaoh / MyBit-Fork.tech

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MyBit Fork

CircleCI Coverage Status

💰 Fork Dapp powered by the MyBit Platform™

MyBit Fork is a tool to make it easy to split bills

Setup

Install dependencies.

yarn

Testing

Bootstrap Ganache

yarn blockchain

Run tests

yarn test

✏️ All contracts are written in Solidity version 0.4.24.

Code Coverage

Download solidity-coverage locally

npm install --save-dev solidity-coverage

Run solidity-coverage

./node_modules/.bin/solidity-coverage

Coverage reports can be accessed at 'coverage/index.html'

Compiling

Navigate to the project root and run the truffle compiler

truffle compile

Dependencies

  • bignumber.js

npm install bignumber.js

  • solidity-docgen

npm install solidity-docgen

Documentation

cd docs/website
yarn build

To publish to GitHub Pages

cd docs/website
GIT_USER=<GIT_USER> \
  USE_SSH=true \
  yarn run publish-gh-pages

⚠️ Warning

This application is unstable and has not undergone any rigorous security audits. Use at your own risk.

About


Languages

Language:JavaScript 59.2%Language:HTML 32.6%Language:Solidity 4.9%Language:Handlebars 1.7%Language:CSS 1.6%