Libraries for Sending Transactions

Whether you're integrating Facet into a DApp or working directly with the protocol, Facet Protocol offers Github libraries to streamline transaction creation, signing, and submission.

  1. Facet SDK: A high-level JavaScript/TypeScript library designed for developers looking for simplicity and efficiency. The SDK abstracts away much of the complexity of transaction creation, making it ideal for quick integration and rapid development.

  2. Facet.sol: A Solidity library for developers working directly within the Ethereum ecosystem. Facet.sol provides low-level tools for constructing and submitting Facet transactions from within your smart contracts, ensuring seamless interaction with the protocol.

Last updated