Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.1 KB

README.md

File metadata and controls

36 lines (22 loc) · 1.1 KB

Identity Smart Contract

A smart contract used for managing one's own identity in PeerMe.

Mainnet: erd1qqqqqqqqqqqqqpgq4kns8he9r84c58ed3jjuam3tp7u9zl4n27rsy2kv6u

Deploy

Before deploying the smart contract to the blockchain, be sure to:

  1. Remove the exit part within the deploy function in interaction/snippets.sh to disable deploy protection.
  2. Configure all variables within mxpy.data-storage.json for the corresponding network.
  3. Connect & unlock your Ledger device with the Elrond app open, ready to sign the deploy transaction.
. ./interaction/snippets.sh && deploy

Upgrade

. ./interaction/snippets.sh && upgrade

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The GNU GENERAL PUBLIC LICENSE v3.0. Please see License File for more information.