Skip to content

Initial commit for COA into MJL documentation #370

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,18 @@ npm run dev
```

## Building the project
`export NODE_OPTIONS=--openssl-legacy-provider`
Run `npm run build` to build the project to render the static vuepress site for a deployment.

## Force Node `12.16.1` on `package.json`
Due to later versions deprecating SHA-256, you may need to force your node to run `12.16.1`.
```
},
"dependencies": {
"node": "^12.16.1"
}
```


## Rebuild all Puml -> svg

Expand Down
13 changes: 12 additions & 1 deletion docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ module.exports = {
text: 'Technical',
link: '/technical/'
},
{
text: 'Chart of Accounts',
link: '/coa/'
},
{
text: 'Training Program',
link: 'https://mojaloop.io/mojaloop-training-program/'
Expand Down Expand Up @@ -548,7 +552,14 @@ module.exports = {
}
]
}
]
],
'/coa/': [
{
title: 'Chart of Accounts',
collapsable: false,
children: ['']
},
],
}
},

Expand Down
455 changes: 455 additions & 0 deletions docs/coa/README.md

Large diffs are not rendered by default.

Binary file added docs/coa/diagrams/1-scheme_deposit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/coa/diagrams/2-collateral_to_liquidity.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/coa/diagrams/3-deposit_fee.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/coa/diagrams/4-signup_bonus.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/coa/diagrams/6-transfer_1_from_a_to_b.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/coa/diagrams/7-transfer_2_from_b_to_c.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/coa/diagrams/8-transfer_3_from_c_to_a.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/coa/diagrams/9-1-withdraw_signup_bonus.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/coa/diagrams/MUCOA T-accounts.xlsx
Binary file not shown.
Binary file added docs/coa/diagrams/transfer-t-summary.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 4 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ tagline: This is the official documentation of the Mojaloop project.
actionText: Getting Started →
actionLink: /getting-started/
features:
- title: Commmunity
- title: Community
details: Learn about the community behind the tech
- title: Technical
details: See inside the different components, and deploy Mojaloop for yourself!
- title: API Specification
details: Learn the different APIs that Mojaloop speaks so you can build your integration
details: Learn the different APIs that Mojaloop speaks, so you can build your integration
- title: Chart of Accounts (COA)
details: Accounts for a Mojaloop Scheme and to describe how typical transactions impact the accounts
---