Skip to content

Commit bd65f76

Browse files
docs: minor adjustments updates whitepaper (#638)
* docs: update the whitepaper * docs: update the welcome page * docs: prettier --------- Co-authored-by: Aurora Poppyseed <[email protected]>
1 parent 910f4b8 commit bd65f76

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

β€ŽREADME.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<hr/>
1010

1111
<p align="center">
12-
<a href="./fhevm-whitepaper.pdf"> πŸ“ƒ Read white paper</a> |<a href="https://docs.zama.ai/fhevm"> πŸ“’ Documentation</a> | <a href="https://zama.ai/community"> πŸ’› Community support</a> | <a href="https://github.com/zama-ai/awesome-zama"> πŸ“š FHE resources by Zama</a>
12+
<a href="fhevm-whitepaper-v2.pdf"> πŸ“ƒ Read white paper</a> |<a href="https://docs.zama.ai/fhevm"> πŸ“’ Documentation</a> | <a href="https://zama.ai/community"> πŸ’› Community support</a> | <a href="https://github.com/zama-ai/awesome-zama"> πŸ“š FHE resources by Zama</a>
1313
</p>
1414

1515
<p align="center">
@@ -130,7 +130,7 @@ _More examples are available [here](https://github.com/zama-ai/fhevm/tree/main/e
130130
<a href="#about" > ↑ Back to top </a>
131131
</p>
132132

133-
> [!Note] >**Zama 5-Question Developer Survey**
133+
> [!Note] > **Zama 5-Question Developer Survey**
134134
>
135135
> We want to hear from you! Take 1 minute to share your thoughts and helping us enhance our documentation and libraries. πŸ‘‰ **[Click here](https://www.zama.ai/developer-survey)** to participate.
136136

β€Ždocs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Learn the basics of fhEVM, set it up, and make it run with ease.
2727

2828
Start developing fhEVM smart contracts in Solidity by exploring its core features, discovering essential guides, and learning more with user-friendly tutorials.
2929

30-
<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><strong>Fundamentals</strong></td><td>Explore core features.</td><td><ul><li><a href="getting_started/write_contract/hardhat.md">Write contract with Hardhat</a></li><li><a href="fundamentals/types.md">Use encrypted types</a></li></ul></td><td><a href=".gitbook/assets/build1.png">build1.png</a></td></tr><tr><td><strong>Guides</strong></td><td>Learn further.</td><td><ul><li><a href="guides/smart-contracts/">Smart Contracts</a></li><li><a href="guides/frontend/">Frontend</a></li></ul></td><td><a href=".gitbook/assets/build2.png">build2.png</a></td></tr><tr><td><strong>Tutorials</strong></td><td>Learn more with tutorials.</td><td><ul><li><a href="tutorials/see-all-tutorials.md">See all tutorials</a></li><li><a href="tutorials/see-all-tutorials.md#start-here">Start here</a></li><li><a href="tutorials/see-all-tutorials.md#go-further">Go further</a></li></ul></td><td><a href=".gitbook/assets/build3.png">build3.png</a></td></tr></tbody></table>
30+
<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><strong>Fundamentals</strong></td><td>Explore core features.</td><td><ul><li><a href="getting_started/write_contract/hardhat.md">Write contract with Hardhat</a></li><li><a href="fundamentals/types.md">Use encrypted types</a></li></ul></td><td><a href=".gitbook/assets/build1.png">build1.png</a></td></tr><tr><td><strong>Guides</strong></td><td>Learn more about fhEVM implementation.</td><td><ul><li><a href="guides/smart-contracts/">Smart contracts</a></li><li><a href="guides/frontend/">Frontend</a></li></ul></td><td><a href=".gitbook/assets/build2.png">build2.png</a></td></tr><tr><td><strong>Tutorials</strong></td><td>Build quickly with tutorials.</td><td><ul><li><a href="tutorials/see-all-tutorials.md">See all tutorials</a></li></ul></td><td><a href=".gitbook/assets/build3.png">build3.png</a></td></tr></tbody></table>
3131

3232
## Explore more
3333

0 commit comments

Comments
Β (0)