The Garden SDK is a set of typescript packages that allow you to bridge Bitcoin to EVM-based chains. It is an abstraction over the Garden APIs, allowing developers to easily integrate Garden components into their dApps.
- @gardenfi/orderbook: Allows you to create orders and listen to them.
- @gardenfi/core: Allows you to interact with orders once you setup your wallets.
Check out our docs to learn more about Garden and how to build on it.
This project uses yarn workspaces. Run yarn
in the directory to install all dependencies.
To build a package, use:
yarn workspace @gardenfi/<package_name> build
To run the development server while building all packages as you develop, use:
yarn dev
To run the development server for the documentation, use:
yarn start:docs