CryptoKylin-Testnet icon indicating copy to clipboard operation
CryptoKylin-Testnet copied to clipboard

which private_key is used for scatter????

Open Zhucola opened this issue 6 years ago • 1 comments

when I use command to create new account

curl http://faucet.cryptokylin.io/create_account?zhuxiaoyujjj

result

{"msg": "succeeded", "keys": {"active_key": {"public": "EOS7MzsTMRHDYvtTWjxW1VUuqyhKDSCok48y7FZsskowLb4YJJVKf", "private": "5KYfXEQANgaWrvn8r88MFNRsBwbqYqFPfXhQnHtnCz163RMWDMR"}, "owner_key": {"public": "EOS6GRjkpmY794t3K8Q29mRS1ra4QD6F7odinbKaw2n8N9dTLV7ia", "private": "5JsookPhdMgthP77pbMR3NeEm2D3AUSDxnLcD6LvDyZuHgxE1xN"}}, "account": "zhuxiaoyujjj"}

than I use sactter to add kylin test network,and import zhuxiaoyujjj private key ,but the two private key is all can`t use

Zhucola avatar Nov 17 '18 16:11 Zhucola

You should setup a http endpoint in your scatter config first, you can use those api endpoints in the README.md of this repo.

noprom avatar Nov 26 '18 11:11 noprom