Quickstart
Follow these steps to set up Zky Toolkit and start using it in your project.
Last updated
Follow these steps to set up Zky Toolkit and start using it in your project.
Last updated
To use Zky Toolkit, you’ll need an API key. Head over to the to sign up or log in, and create a new project to get your API key.
Once you’re logged in:
Go to the Dashboard.
Select Create New Project.
Copy your API key from the project details.
In your project directory, install Zky Toolkit from npm:
If you haven’t already, install Tailwind CSS by following the . Once installed, configure Tailwind to include Zky Toolkit components by adding the following to your tailwind.config.js
file:
This configuration ensures that Tailwind processes the styles from Zky Toolkit components correctly.
Import Zky Toolkit into your application and wrap your root component with the ZkyProvider
component. Pass your API key as a prop:
Now, with Zky Toolkit set up as a provider, you can start utilizing wallet functionalities within your app.