Skip to content

Instantly share code, notes, and snippets.

// server.js
// BASE SETUP
// =============================================================================
const EthereumTx = require('ethereumjs-tx').Transaction;
var BigNumber = require('bignumber.js');
var express = require('express'); // call express
var app = express(); // define our app using express
var bodyParser = require('body-parser');
// SPDX-License-Identifier: GPL-3.0
pragma solidity >=0.7.0 <0.9.0;
library SafeMath {
/**
#!/usr/bin/env python
import os
import requests
def getFormatedLine(key,value):
return "define( '"+key+"', '"+value+"' );"