Skip to content

Commit

Permalink
Merge pull request #6 from vechain/FixedPointNumber
Browse files Browse the repository at this point in the history
Financial Math lesson.
  • Loading branch information
fabiorigam authored Nov 7, 2024
2 parents aafdf30 + 7d7b64b commit 597b606
Show file tree
Hide file tree
Showing 4 changed files with 627 additions and 25 deletions.
1 change: 1 addition & 0 deletions 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 Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"license": "MIT",
"description": "VeChain SDK Tutorial for NodeJS.",
"dependencies": {
"@vechain/sdk-network": "1.0.0-rc.1",
"@vechain/sdk-core": "1.0.0-rc.1",
"bignumber.js": "^9.1.1"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 597b606

Please sign in to comment.