This is the monorepo repository for Kinetics Developers. It uses yarn workspaces and zero-install to manage all dependencies.
Package | Description |
---|---|
examples | Examples |
kinetics-auth | Kinetics Auth SDK (React) |
kinetics-core | Kinetics Core SDK (Node.js) |
Check out https://docs.kinetics.dev
To get started, running yarn install
in the root of the project will install all of the
dependencies for you and you can simply cd packages/<pkg>
and run the essentials scripts in each package respectively.