Skip to content

Commit

Permalink
πŸ“„ Improve README
Browse files Browse the repository at this point in the history
  • Loading branch information
KimlikDAO-bot committed Sep 11, 2024
1 parent d91ad3a commit e16bc9d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ kimlikdao-js is a repository containing JavaScript modules essential for KimlikD

πŸ—οΈ [`crypto`](./crypto): Cryptographic functions and libraries

- [`arfCurve`](./crypto/arfCurve.js): An efficient Arf Curve ($y^2= x^3 + b$) class factory
- [`wesolowski`](./crypto/wesolowski.js): Our Wesolowski VDF implementation
- `arfCurve`: An efficient Arf Curve ($y^2= x^3 + b$) class factory
- `wesolowski`: Our Wesolowski VDF implementation

πŸͺ [`kastro`](./kastro): Our compile-time focused web-framework

Expand All @@ -32,6 +32,8 @@ kimlikdao-js is a repository containing JavaScript modules essential for KimlikD

πŸ’Ž `ethereum`: Tools for interacting with Ethereum nodes

πŸͺΆ `mina`: Tools for working Mina dApps and Mina nodes.

πŸ“‘ `node`: Definitions needed when communicating with KimlikDAO protocol nodes

πŸ§ͺ `testing`: Libraries for writing tests
Expand All @@ -48,6 +50,8 @@ bun i

These commands will clone the repository into your local development
environment and download the packages necessary for the repository to function.
If you don't already have bun installed, you can install it by following the
[official guide](https://bun.sh/docs/installation).

# πŸ§ͺ Tests

Expand Down

0 comments on commit e16bc9d

Please sign in to comment.