KYC (Know Your Customer) - GMO Blockchain Open Source
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.
You can check the operation of this sample project on this page.
http://oss.blockchain.z.com/kyc/
see Setup Development Environment
git clone https://github.com/zcom-cloud-blockchain/oss-kyc.git
cd oss-kyc
npm install
cd oss-kyc
truffle migrate --network production
-
-
Open a file 'build/contracts/ContractNameService.json'
-
Use 'networks.(network-id).address' as CNS address to register as ABI address on admin console
-
-
- Open following files
'build/contracts/ProxyController_v1.json'
- Use 'networks.(network-id).address' and 'abi' values to register as Contract ABIs on admin console
Create public/js/config.js based on public/js/config_template.js. Edit "CNS" which you deployed.
cd oss-kyc
node app.js