Skip to content

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

Notifications You must be signed in to change notification settings

piducancore/gatsby-source-hicetnunc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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. ✨

About

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

Topics

Resources

Stars

Watchers

Forks