0.1.0 • Published 3 years ago

gatsby-source-hicetnunc v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

gatsby-source-hicetnunc

This plugin turns your created and collected hic et nunc OBJKTs into Gatsby nodes.

All data is provided by hicdex, a blockchain indexer and GraphQL API for hic et nunc.

Install

Run the following at your project's root folder to install the plugin.

npm install gatsby-source-hicetnunc

Configure

Once installed, add the plugin to your gatsby-config.js plugins section, specifying your wallet address.

// gatsby-config.js
module.exports = {
  plugins: [
    // ...
    {
      resolve: "gatsby-source-hicetnunc",
      options: {
        address: "YOUR_WALLET_ADDRESS",
      },
    },
  ],
},

That's it. ✨