Skip to content
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

Financial Math lesson. #6

Draft
wants to merge 17 commits into
base: main
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
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ The [src](src) directory provides a list of lessons with exercises and solutions

1.
* [Hello World!](src/1.Hello_World/HelloWorld.md)
* [Financial Math: `FixedPointNumber` class.](src/1.Hello_World/FinancialMath.md)
2.
* [The Bloom filter.](src/2.Bloom_Filter/BloomPart1.md)
* [The Bloom filter: advanced topics on `k` and `m` parameters.](src/2.Bloom_Filter/BloomPart2.md)
Expand All @@ -27,4 +28,4 @@ This project is licensed under the [MIT license](LICENSE.md).
## Contact information

- Discord https://discord.com/invite/vechain
- Support https://support.vechain.org
- Support https://support.vechain.org
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,16 @@
"license": "MIT",
"description": "VeChain SDK Tutorial for NodeJS.",
"dependencies": {
"@vechain/sdk-network": "1.0.0-beta.32"
"@vechain/sdk-network": "1.0.0-beta.32",
"bignumber.js": "^9.1.1"
},
"devDependencies": {
"@commitlint/config-conventional": "^19.5.0",
"@eslint/js": "^9.12.0",
"commitlint": "^19.5.0",
"eslint": "^9.12.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-config-love": "^v87.0.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-n": "^17.11.1",
"eslint-plugin-prettier": "^5.2.1",
Expand Down
Loading
Loading