provenexchange-sdk
v1.0.2
Published
Local-only Dex SDK fork for Hardhat stack
Readme
🛠🐊🛠 An SDK for building applications on top of DexSwap
This fork is configured to target only the local Hardhat stack (RPC http://localhost:8545) and the contracts deployed there. Chain specs in src/constants.ts are trimmed to that single network, so new DexEnv("hardhat") or new DexEnv("0x7a69") connects to your local node by default.
Getting Started (local only)
# Clone the repository (local-only use)
git clone https://github.com/DexSwap/sdk.git your_project_name
cd your_project_name
# Install dependencies for building
yarn install
# Build the SDK
yarn build-all
# Copy the built dist into your consumer manually (example path)
cp -r dist ../ambient-ts-app/node_modules/@dexswap-libs/sdk/