• This repository has been archived on 18/Apr/2022
  • Stars
    star
    102
  • Rank 327,842 (Top 7 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created almost 3 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Unofficial API Documentation for the Axie Infinity's GraphQL Endpoint.

Axie GraphQL Documentation

API Documentation for the Axie Infinity GraphQL Endpoint.

Customization Guide

This site is usings rocketseat. You may refer to this guide.

Rebuild Locally

Install dependencies.

npm install

Start development server.

gatsby develop

Test production build.

gatsby clean && gatsby build && gatsby serve