credentia-network / Docs

SSI white paper and technical docs
MIT License
0 stars 0 forks source link

"Installing tookits and building the project" Section 3 Naming Scheme Is Inaccurate #4

Open davidtai opened 2 years ago

davidtai commented 2 years ago

https://github.com/credentia-network/Docs/blob/main/readme/smart-contract.md

The list of network_key folder names may be incorrect, it says its this:

deployer
ippolit
victor
trent

But this what's actually hardcoded in js deploy scripts is:

demovcregistry_deployer

[could not verify the other 3 folder names]

Pozzitron1337 commented 2 years ago

The network keys contains the non public information about accounts. On my local repo there are more accounts called by way deployer, ippolit, victor, trent. So, this is sensitive information, that should not distributed openly. There are example in network_keys folder how to instantiate keys, like example_user1 and example_user2