Quickstart
Follow these steps to set up Zky Toolkit and start using it in your project.
1. Obtain Your API Key
2. Install Zky Toolkit
npm install @kondor-finance/zky-toolkit3. Set Up Tailwind CSS
import type { Config } from "tailwindcss";
const config: Config = {
content: ['./node_modules/@kondor-finance/zky-toolkit/**/*.{html,js,ts,tsx,jsx}'],
};
export default config;
4. Set Up Zky Toolkit as a Provider
Last updated