This project is currently in beta mode. While it is fully functional, please be aware that there may still be bugs or features under development. Your feedback and contributions are greatly appreciated as we work towards a stable release.
Liability Disclaimer: The use of this code is at your own risk. The project maintainers and contributors are not liable for any damages or issues that may arise from its use.
This repo aims to provide a compact way to perform signatures fore Fireblocks EdDSA extended keys.
- Currently, in this repo we only support SOL (and SOL_TEST) transactions.
To use this repo you will need:
-
An
fprv
key for which there exists a SOL or SOL_TEST account. Note that thefprv
is akin to thexprv
the extended key from which all keys are derived. Within Fireblocksfprv
is used for EdDSA assets. -
A SOL (or other supported asset) account with a balance in it.
-
Node (18 and above).
Simply follow these three steps:
- Run:
npm i
- Run:
npm start
- Follow the instructions