CodeChain keystore
CodeChain keystore is a private key management library. It saves CodeChain's asset transfer address safely in a disk. If you want to manage CodeChain keys using nodejs, you should use this.
Example
var CCKey = ; { const cckey = await CCKey; const savedKeys = await cckeyplatform; consoledirsavedKeys; await cckeyplatform; const savedKeys_ = await cckeyplatform; consoledirsavedKeys_; await cckey;};;
How your private key is saved
We use a JSON file to save an encrypted private key. You can find the file in ./keystore.db