Function after function after function for all things crypto. Just import and use
- Include the following in the dependencies section of your
package.json
file; "ejara-crypto-utils": "git+https://github.com/EjaraApp/crypto-utils.git#{tagVersion}"
- This library contains several helper functions relating to crypto currencies.
- Check this folder
src/coins
for supported crypto currencies. - Check this file
src/index.ts
for all exported functions. - The
test
folder contains examples of usage.
Create a PR