Learn how to lock NEAR smart contracts to prevent unauthorized modifications and ensure contract immutability when needed.
near list-keys <dev-account>
# result: [access_key: {"nonce": ..., "public_key": '<key>'}]
near delete-key <dev-account> '<key>'
Was this page helpful?