Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 893 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 893 Bytes

EnchantKit

An early stage (and unstable) API for interacting with Abracadabra's various product. Current it is only a POC!

The SDK uses Viem, and much of the repository setup is inspired by their setup! If something looks smart, you'll probably be able to find something similar there!

Development

Feel free to contribute to the SDK by opening a PR or submitting issues.

Prerequisites

Setup

  1. pnpm i
  2. cp .env.example .env
  3. Update the .env file with appropriate values

Test

To test the all packages run pnpm test in the root directory. It is also possible to run pnpm test in the various packages to test them individually. It is possible to run the tests in watch mode by running pnpm test:dev in the directory of the particular package.