@mintbase-js/data
Advanced tools
Comparing version 0.1.0-alpha.1 to 0.1.0-alpha.2
{ | ||
"name": "@mintbase-js/data", | ||
"version": "0.1.0-alpha.1", | ||
"version": "0.1.0-alpha.2", | ||
"description": "Query wrappers for Mintbase JS SDK", | ||
@@ -30,3 +30,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "c67f2d03b51bdba08c4c1dc3a32b275c180ea8fe" | ||
"gitHead": "97ceacb32a07f9cff15f991bfc44ccb1195170e0" | ||
} |
@@ -1,2 +0,2 @@ | ||
[//]: # `{ "title": "@mintbase-js/data", "order": "2" }` | ||
[//]: # `{ "title": "@mintbase-js/data", "order": "1" }` | ||
@@ -6,7 +6,5 @@ # @mintbase-js/data | ||
Built-in methods to help fetch data from our indexer. | ||
These methods aim to make it as easy as possible to get blockchain data. | ||
If the data you want to get is more specific or isn't covered in any of these methods check out our GraphQl Indexer where you can get as specific as you need! | ||
## For now, use our GraphQL schemas | ||
For as long as we have had an indexer, we have relied on GraphQL to provide Mintbase Builders with a flexible and efficient way to query data any way they like. | ||
# methods | ||
@@ -13,0 +11,0 @@ |
360183
27