DRI-network / TrustKYC-contract

Implementation of KYC smart contract

Home Page:https://akademia.dri.network/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TrustKYC Contract

This is an experimental implementation of KYC smart contract.

Getting Start

$ npm install -g truffle
$ ganache-cli -p 9545 -l 4700000 --account="0x8445abbbcf2911a2db42fced93efe0d7b3172295c99b01a9e02197ff52f30a53,200000000000000000000" --account="0x580324cb2abc8029d6eb5a14650a8bd77f48be478c7ece07afd777755070128c,200000000000000000000" --account="0x3e478e4fed09cdc68388286b94aeb1404df47b1f1df0de715e582d6aebc6e1c9,200000000000000000000" --account="0xa0d45d6a3911221c4e1b7edcd256741c6bcb9a247fda017a8946ff5f5c38021a,200000000000000000000" --account="0x1386ff12f7d49e6e4e835952493d034570e134bfb0fc6f9d17b49dbdf88d03b3,200000000000000000000" --account="0xf84d5b9d64e427d43645e3c12906d322410a87b277374a0335a4ca0da9316d23,200000000000000000000"
$ truffle test

About

Implementation of KYC smart contract

https://akademia.dri.network/

License:Apache License 2.0


Languages

Language:Solidity 61.9%Language:JavaScript 38.1%