Skip to content

Ra78vi/graphql_etherscan

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraphQL With Etherscan APIs Bounty

Overview of Bounty

Based on the GraphQL with REST API module, you have learnt how to wrap multiple REST API endpoints into a single GraphQL API for more efficient querying.

In this bounty, you will be working with Etherscan APIs and are tasked to wrap multiple Etherscan API endpoints under a single GraphQL API. The Etherscan APIs are as follows:

Getting Started

  1. Sign up for a new Etherscan account to generate your API key if you do not have one.
  2. Proceed to clone the git repository
  3. Create a new .env file and create a ETHERSCAN_API key variable to insert your Etherscan API key value
  4. Run the $npm install command to install the necessary dependencies
  5. Make the code changes to schema.graphql and ethDatasource.js
  6. Run the $node index.js command to initialise the GraphQL server and run your queries

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 100.0%