Skip to content

Commit 0a6bce6

Browse files
committed
blog: rename the post with the new date
1 parent e38b1d8 commit 0a6bce6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

blog/2024-07-03-coq-of-solidity-2.md renamed to blog/2024-08-08-coq-of-solidity-3.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 🪨 Coq of Solidity – part 2
2+
title: 🪨 Coq of Solidity – part 3
33
tags: [formal verification, Coq, Solidity, Yul]
44
authors: []
55
---
@@ -10,14 +10,14 @@ We will take the example of an [ERC-20 smart contract](https://en.wikipedia.org/
1010

1111
<!-- truncate -->
1212

13-
:::info AlephZero
13+
:::success AlephZero
1414

1515
_We are happy to be working with [AlephZero](https://alephzero.org/) to develop tools to bring more security for the audit of Solidity smart contracts, thanks to the use of formal verification and the interactive theorem prover [Coq](https://coq.inria.fr/). We thank the Aleph Zero Foundation for their support._
1616

1717
:::
1818

1919
<figure>
20-
![ERC-20 smart contract in forest](2024-07-03/erc20-jungle.webp)
20+
![ERC-20 smart contract in forest](2024-08-08/erc20-jungle.webp)
2121
</figure>
2222

2323
## Simplifying the code
File renamed without changes.

0 commit comments

Comments
 (0)