0.0.2 • Published 7 years ago
ethereumql v0.0.2
EthereumQL
Generate GraphQL api based on Ethereum smartcontracts ABI.
Usage:
import { generateExecutableSchema } from "ethereumql";
const schema = generateExecutableSchema("DumbContract", contractAbi, web3);
// returns graphql schema
Status
WIP. You might find something interesting in test files.