Using simple-uniswap-sdk with change.local

TypeScript integration

Install
npm install simple-uniswap-sdk
Quick start
import Simple_uniswap_sdk from 'simple-uniswap-sdk';

const client = new Simple_uniswap_sdk({ apiKey: "YOUR_API_KEY" });
Retrieve a donation
curl \
  -u "$API_USER:$API_PASS" \
  http://change.local/api/v1/donations/show
List your donations
curl \
  -u "$API_USER:$API_PASS" \
  http://change.local/api/v1/donations/index
Search a nonprofit
curl \
  -u "$API_USER:$API_PASS" \
  http://change.local/api/v1/nonprofits/list
SDK on GitHub 📄 API Docs
SDK
simple-uniswap-sdk
TypeScript
API
change.local
change.local
At a glance
Language TypeScript
Endpoints8
Base URLhttp://change.local