-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
27 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,19 @@ | ||
# Utils | ||
|
||
Common utils functions for | ||
Zero Dependency & precision perfect Utils for BigInt manipulation and formatting for Exchange and DeFi applications. | ||
|
||
- String/Number formatters | ||
- Common Web3 utils | ||
## Installation | ||
|
||
## Usage | ||
```bash | ||
pnpm add @hubble-exchange/utils | ||
|
||
Install `@ethersproject/bignumber` and `@ethersproject/units` to your project these are used as external packages | ||
# or | ||
|
||
yarn add @hubble-exchange/utils | ||
|
||
# or | ||
|
||
npm install @hubble-exchange/utils | ||
``` | ||
|
||
[Check out TSDocs.dev for the full documentation](https://tsdocs.dev/docs/@hubble-exchange/utils) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.