/axie-graphql-documentation

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

Primary LanguageJavaScriptMIT LicenseMIT

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