UNPKG

solask-sdk

Version:

Lightweight SDK to interact with Solana via REST

32 lines (31 loc) 662 B
{ "name": "solask-sdk", "version": "1.0.6", "description": "Lightweight SDK to interact with Solana via REST", "keywords": [ "solana", "solana-sdk", "web3-sdk", "blockchain-api", "typescript-solana-sdk", "typescript-web3-sdk", "solana-api", "solana-developer", "rest-api-solana-wrapper", "web3-integration", "dapp-development", "fullstack-web3" ], "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "dev": "tsc --watch" }, "dependencies": { "axios": "^1.6.7" }, "devDependencies": { "typescript": "^5.4.2" } }