KYC-chain icon indicating copy to clipboard operation
KYC-chain copied to clipboard

A blockchain based KYC registry prototype

Results 15 KYC-chain issues
Sort by recently updated
recently updated
newest added

Bumps [simple-get](https://github.com/feross/simple-get) from 2.8.1 to 2.8.2. Commits 4e156b6 2.8.2 43c272d Bug fix: Thirdparty cookie leak See full diff in compare view Maintainer changes This version was pushed to npm by...

dependencies

Can you please suggest what the issue is here when i run the init.js k\KYC-chain\KYC-chain-master\root>node init.js internal/modules/cjs/loader.js:717 return process.dlopen(module, path.toNamespacedPath(filename)); ^ Error: \\?\\KYC-chain\KYC-chain-master\root\node_modules\scrypt\build\Release\scrypt.node is not a valid Win32 application. \\?\C:\Users\rnayak\KYC-chain\KYC-chain-master\root\node_modules\scrypt\build\Release\scrypt.node...

Hi rudra, Everytime I run node init.js I am getting the following error:- abiDefinition = JSON.parse(contract.contracts[':kyc'].interface); ^ TypeError: Cannot read property ':kyc' of undefined at Timeout.afterDelay [as _onTimeout] (/Users/admin/Desktop/KYC-chain/root/init.js:16:50) at...

Bank login is not working and there are too many bugs in it

testing-required

Excellent work, but when I try doing node init.js, it shows me this error. internal/modules/cjs/loader.js:730 return process.dlopen(module, path.toNamespacedPath(filename)); ^ Error: /home/ankur/Desktop/KYC-chain-master/root/node_modules/scrypt/build/Release/scrypt.node: invalid ELF header at Object.Module._extensions..node (internal/modules/cjs/loader.js:730:18) at Module.load (internal/modules/cjs/loader.js:600:32)...

I have 2 bank accounts registered. Lets take them X & Y. So if X has done a KYC for customer A and A has approved the request then X...

Hi Rudrakh, I don't see package.json here so if I see in init.js, only 3 dependencies are required? Because when I am trying to install the web3 manually it gives...

Hi, Configured all the prerequisites, node v = 9.5, npm v= 5.6.0 when I am trying to invoke the "node init.js" command from the root directory then facing the below...

bug
help wanted