Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding pause functionality to secure Solidity smart contracts #4

Open
AnandK-2024 opened this issue Sep 10, 2022 · 0 comments
Open
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@AnandK-2024
Copy link
Owner

Adding pause functionality to secure Solidity smart contracts

Pause capability is one way to protect functions that will be available to all users (e.g., public or external functions). A pause modifier or condition can temporarily remove a function’s ability to work, without impacting other contract functions and without opting to destroy the entire contract and start from scratch.

for adding a pausable function in smart contract use openzapplien, read carefully

for more information read this article

@AnandK-2024 AnandK-2024 added the documentation Improvements or additions to documentation label Sep 10, 2022
@AnandK-2024 AnandK-2024 self-assigned this Sep 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant