Skip to content

Instantly share code, notes, and snippets.

View KennethAshley's full-sized avatar

Kenneth Ashley KennethAshley

  • Vexchange
  • Raleigh, NC
View GitHub Profile
require('dotenv').config();
// Pull in Connex and other dependencies
const Framework = require('@vechain/connex-framework').Framework;
const ConnexDriver = require('@vechain/connex-driver');
const express = require('express');
const _ = require('lodash');
const app = express();
const cors = require('cors');