Skip to content

ciocan/lisk-graphql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraphQL Server for Lisk Blockchain

To run locally:

yarn
yarn start

Implemented API Calls

  getBalance(address: String): Balance
  getAccount(address: String): Account
  getTopAccounts: TopAccounts
  getDelegates(address: String): Delegates
  getTransaction(id: String): Transaction
  getTransactions(limit: String): Transactions