All Projects → peitalin → ipfs-graphql

peitalin / ipfs-graphql

Licence: other
An experimental GraphQL backend wrapper for IPFS.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
shell
77523 projects
CSS
56736 projects

IPFS test

uses js-ipfs to communicate with IPFS network

Property Details Service (GQL)

This is a GQL wrapper around an IPFS geojson API.

Dependencies and Installation

Developed on Node 7.6 for async/await support. Getting started should be as simple as npm/yarn install

You'll also need to provide a client id and client secret for CoreLogic's API. Once you have an account and created those, copy the config template into your own local.json, and fill in the required fields. You can also pass these credentials by env variable if you prefer: CORE_LOGIC_CLIENT_ID and CORE_LOGIC_SECRET.

After that you should be able to npm start and query. Here are some examples to get you started.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].