Installation
ℹ️
There are two ways to use AzuroSDK:
- Use our sample dApp as a starting point and customize it to your needs.
- Integrate AzuroSDK directly into your own project from scratch.
Below are setup guides for both approaches.
1. Build on top of our sample dApp
- Clone the SDK repository:
git clone https://github.com/Azuro-protocol/example-app
- Install Dependencies:
npm install
- Run the development server:
npm run dev
- Open the appn:
Visit http://localhost:3000 (opens in a new tab) in your browser.
2. Use SDK in your own project
- Install the SDK:
npm install @azuro-org/sdk
- Install required peer dependencies:
npm install @azuro-org/dictionaries@^3.0.26 graphql@^16.11.0 viem@^2.29.0 wagmi@^2.14.16