etaroid / oss-kyc

GMO Blockchain OSS - KYC Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KYC (Know Your Customer) - GMO Blockchain Open Source

License

License is here.

Apart from forbidding the use of this software for criminal activity, this license is similar to the MIT License.

GMO Blockchain Open Source Common License document is here.

DEMO

You can check the operation of this sample project on this page.

http://oss.blockchain.z.com/kyc/

Explanation

Usage Guides

Create Z.com Cloud Blockchain environment

see Setup Development Environment

Install application

git clone https://github.com/zcom-cloud-blockchain/oss-kyc.git
cd oss-kyc
npm install

Deploy contracts

cd oss-kyc
truffle migrate --network production

Set up for Z.com Cloud Blockchain

See Basic Configuration

  • Set CNS address on admin console
    1. Open a file 'build/contracts/ContractNameService.json'

    2. Use 'networks.(network-id).address' as CNS address to register as ABI address on admin console

See Contract Creation Process

  • Set Contract ABIs on admin console
    1. Open following files
    'build/contracts/ProxyController_v1.json'
    1. Use 'networks.(network-id).address' and 'abi' values to register as Contract ABIs on admin console

Configure for client

Create public/js/config.js based on public/js/config_template.js. Edit "CNS" which you deployed.

Start application

cd oss-kyc
node app.js

About

GMO Blockchain OSS - KYC Project

License:Other


Languages

Language:JavaScript 49.7%Language:HTML 37.7%Language:CSS 12.5%