Skip to content

Commit

Permalink
Update phrasing
Browse files Browse the repository at this point in the history
  • Loading branch information
aefhm committed Nov 7, 2023
1 parent 786bf73 commit b69a5ac
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/dapp/sapphire/security.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@ description: Security recommendations for Sapphire

# Security

Work in progress to support confidential smart contract development. At the
moment we address safeguarding storage variable access patterns and provide
best practices for more secure orderings of error checking to prevent leaking
contract state.
This page is an ongoing work in progress to support confidential smart contract
development. At the moment we address safeguarding storage variable access
patterns and provide best practices for more secure orderings of error checking
to prevent leaking contract state.

## Storage Access Patterns

You can also use a tool such as [hardhat-tracer] to examine the base EVM state
You can use a tool such as [hardhat-tracer] to examine the base EVM state
transitions under the hood.

```shell
pnpm add -D hardhat-tracer
```shell npm2yarn
npm install -D hardhat-tracer
```

and add `hardhat-tracer` to your `config.ts` file,
Expand Down

0 comments on commit b69a5ac

Please sign in to comment.