ArcBlock / ocap-express-starter

Node.js starter project that uses express.js and OCAP JS SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ocap-express-starter

OCAP express.js starter template with @arcblock/ocap-js integrated, a simple web server that transform GraphQL API of ArcBlock OCAP service to REST API

Usage

git clone https://github.com/ArcBlock/ocap-express-starter.git
cd ocap-express-starter
yarn dev

Then visit http://localhost:3000/ocap/eth/account/0x1866151577f7bd9bf31c7efb094d11c83bddcd98 to see result.

If you are from China, use a mirror npm registry maybe better: yarn --registry=https://registry.npm.taobao.org

OCAP SDK Documentation

Other OCAP Tools

About

Node.js starter project that uses express.js and OCAP JS SDK

License:MIT License


Languages

Language:JavaScript 93.8%Language:HTML 4.4%Language:CSS 1.8%