UNPKG

web3.db-fileconnector

Version:

GraphQL System Built on web3 technologies. Web3.DB is an open database built on top of web3 technologies. It is a decentralized, open-source database that allows users to store and query data in a secure and efficient manner. The system is designed to be

15 lines (11 loc) 293 B
// Route handlers for the {{plugin_name}} plugin import express from "express"; import logger from "../../../logger/index.js"; import { getPluginContext } from "../../../utils/helpers.js"; const router = express.Router(); { { plugin_routes; } } export default router;