GithubHelp home page GithubHelp logo

ccns-token-pay-server's Introduction

CCNS Token Pay Server

A payment system for erc20 token based on Parity RPC API

Installation

Windows

Install Parity

Install Parity from Parity Releases

Fetch this repository

git clone https://github.com/ccns/ccns-token-pay-server

Edit Parity config file

Edit misc\config-sample.toml and save it to %AppData%\Parity\Ethereum\config.toml

The sample config file is setup for ropsten testnet. Create your own config by Parity Config Generator and see Configuring Parity if you have no idea for the configurations.

If you want to setup your own config file, remeber to turn on personal and parity_accounts for RPC API. See JSONRPC

Lauch the server

npm install
npm start

API Reference

Usage

versions

Returns version information of all related app.

GET api/versions

Url Params

None

Data Params

None

Return
{
	"api":"0.20.2",
	"node":"Parity//v1.7.2-beta-9f47909-20170918/x86_64-windows-msvc/rustc1.19.0",
	"network":"3",
	"ethereum":"63"
}

balance

Returns the balance of specific address (must be in the Parity wallet list).

GET api/balance

Url Params
  • address - Ethereum address in hexademical
Data Params

None

Return
"9999000000"

TODO

  • Security issue about the user password storage.

ccns-token-pay-server's People

Contributors

d4n1elchen avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.