Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1.3 KB

readme.md

File metadata and controls

38 lines (23 loc) · 1.3 KB

NPM Version NPM Version

Garden SDK

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.

Packages

Docs

Check out our docs to learn more about Garden and how to build on it.

Contributing

Setup

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