Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bakaoh/mybit-fork.tech
https://github.com/bakaoh/mybit-fork.tech
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/bakaoh/mybit-fork.tech
- Owner: bakaoh
- Created: 2018-12-14T08:53:35.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-13T22:14:07.000Z (almost 2 years ago)
- Last Synced: 2023-02-26T17:03:28.887Z (almost 2 years ago)
- Language: JavaScript
- Size: 1.96 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MyBit Fork
[![CircleCI](https://circleci.com/gh/MyBitFoundation/MyBit-Payroll.tech.svg?style=shield)](https://circleci.com/gh/MyBitFoundation/MyBit-Payroll.tech) [![Coverage Status](https://coveralls.io/repos/github/MyBitFoundation/MyBit-Payroll.tech/badge.svg?branch=feature%2Fcoverage)](https://coveralls.io/github/MyBitFoundation/MyBit-Payroll.tech?branch=feature%2Fcoverage):moneybag: 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](https://truffleframework.com/ganache)
`yarn blockchain`
Run tests
`yarn test`
✏️ All contracts are written in [Solidity](https://solidity.readthedocs.io/en/v0.4.24/) 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= \
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.