UNPKG

solask-sdk

Version:

Lightweight SDK to interact with Solana via REST

11 lines (8 loc) 200 B
import axios from "axios"; const baseURL = "https://solask.onrender.com/"; export const apiClient = axios.create({ baseURL, headers: { "Content-Type": "application/json", }, });