0.1.1 • Published 4 years ago

connect-coin v0.1.1

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

CONNECT COIN PACKAGE FOR CONNECT COIN

The Library is used for interacting in connect coin network:

  • Create smart contracts on any network with the connect coin source codes
  • Build your payment gateway using the most secure infranscture of CONNECT COIN
  • Use connect coin as payment currency for your merchant or marketplace
  • Trade it on popular exchanges

Connect coin(XCON) is Ethereum based coin (ERC20) design to “connect the world” by simplifying means of payment and transfer of money globally, It aims to empower merchants by giving them easily and trusted payment system based on blockchain by using Connect coin, this system known as CONNECT PAY. Connect coin will connect buyers and sellers in its global market for goods and services known as Connect market place where sellers will be able to advertise their goods and services and buyers can see and purchase easily by using Connect coin.

More on connect coin can be found here https://connectingcoin.io

Command Reference

Install the package

npm install connect-coin

Install specific version

npm install connect-coin@0.1.0

uses

Make sure that connect-coin is included in package.json file

const connectcoin = require('connect-coin');

Make sure the API are working by running on local server

npm start