gotake-contracts
Version:
TypeChain generated types and ABIs for GoTake contracts
25 lines • 487 B
JSON
{
"name": "gotake-contracts",
"version": "0.2.4",
"description": "Pure TypeScript types and ABIs for GoTake contracts - framework agnostic",
"main": "index.js",
"types": "index.d.ts",
"files": [
"**/*.js",
"**/*.d.ts",
"abi/**/*.json",
"types/**/*",
"constants/**/*",
"typechain/**/*"
],
"keywords": [
"ethereum",
"smart-contracts",
"gotake",
"typescript",
"abi",
"types",
"framework-agnostic"
],
"license": "MIT"
}