Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/piducancore/gatsby-source-hicetnunc
This plugin turns your created and collected hic et nunc OBJKTs into Gatsby nodes.
https://github.com/piducancore/gatsby-source-hicetnunc
gatsby gatsby-plugin hicetnunc objkts
Last synced: 23 days ago
JSON representation
This plugin turns your created and collected hic et nunc OBJKTs into Gatsby nodes.
- Host: GitHub
- URL: https://github.com/piducancore/gatsby-source-hicetnunc
- Owner: piducancore
- Created: 2021-05-23T15:27:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-23T15:27:53.000Z (over 3 years ago)
- Last Synced: 2024-12-09T17:02:53.859Z (about 2 months ago)
- Topics: gatsby, gatsby-plugin, hicetnunc, objkts
- Language: JavaScript
- Homepage:
- Size: 1.95 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gatsby-source-hicetnunc
This plugin turns your _created_ and _collected_ [hic et nunc](https://hicetnunc.xyz) OBJKTs into Gatsby nodes.
All data is provided by [hicdex](https://hicdex.com), _a blockchain indexer and GraphQL API for hic et nunc_.
## Install
Run the following at your project's root folder to install the plugin.
```bash
npm install gatsby-source-hicetnunc
```## Configure
Once installed, add the plugin to your `gatsby-config.js` plugins section, specifying your wallet address.
```js
// gatsby-config.js
module.exports = {
plugins: [
// ...
{
resolve: "gatsby-source-hicetnunc",
options: {
address: "YOUR_WALLET_ADDRESS",
},
},
],
},
```That's it. ✨