Skip to content

DexKit/dexkit-open-monorepo

Repository files navigation

DexKit Open Monorepo

This is DexKit open monorepo, shows how to use dexappbuilder viewer and how to build custom plugins for it.

What's inside?

DexKit open monorepo includes the following packages/apps:

Apps and Packages

  • docs: docs on how to use dexkit ui and dexappbuilder viewer packages.
  • dexapp: A next js app running using dexappbuilder viewer
  • plugins: Plugins to be used inside dexappbuilder, there is an plugin Example showing the needed functions to be implemented
  • eslint-config-custom: eslint configurations (includes eslint-config-next and eslint-config-prettier)
  • tsconfig: tsconfig.jsons used throughout the monorepo

Each package/app is 100% TypeScript.

Utilities

This repo has some additional tools already setup for you:

Build

To build all apps and packages, run the following command:

cd my-turborepo
yarn build

Develop

To develop all apps and packages, run the following command:

cd my-turborepo
yarn dev

About

DexKit open monorepo: open source plugins used on dexappbuilder

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published