ChrisMugwagwa / contract-api

Simple Eth Contract Api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

Typescript API application to to interact with a deployted ethereum contract

API

The API has these endpoints

  • GET /someGet/ gets some data
  • POST /somePOst posts some data

Setup

npm install
npm start

If you need to run it on another port you can use this command.

PORT=9000 npm start

You can run the tests with npm test

About

Simple Eth Contract Api


Languages

Language:TypeScript 93.4%Language:Solidity 6.6%