Skip to content

Commit

Permalink
docs() fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
immortal-tofu committed Sep 23, 2023
1 parent a1cdc74 commit 0f3ea83
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ contract Counter {
}
```

See our documentation on [https://docs.zama.ai/fhevm/solidity/getting_started](https://docs.zama.ai/fhevm/solidity/getting_started) for more details.
See our documentation on [https://docs.zama.ai/fhevm/writing-contract/getting_started](https://docs.zama.ai/fhevm/writing-contract/getting_started) for more details.

## Development Guide

Expand Down
21 changes: 9 additions & 12 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,12 @@ The Solidity library we introduce is a powerful tool that empowers developers to

## Tutorials and Examples

* [Workshop during ETHcc](https://www.youtube.com/watch?v=eivfVykPP8U) \[by Morten Dahl — Zama]
* [Confidential ERC-20 Tokens Using Homomorphic Encryption](https://www.zama.ai/post/confidential-erc-20-tokens-using-homomorphic-encryption) \[by \[Clément Danjou — Zama]
* [On-chain Blind Auctions Using Homomorphic Encryption](https://www.zama.ai/post/on-chain-blind-auctions-using-homomorphic-encryption) \[by Clément Danjou — Zama]
* [ERC-20](https://github.com/zama-ai/fhevm-solidity/blob/main/examples/EncryptedERC20.sol)
* [Blind Auction](https://github.com/zama-ai/fhevm-solidity/blob/main/examples/BlindAuction.sol)
* [Governor DAO](https://github.com/zama-ai/fhevm-solidity/tree/main/examples/Governor)
* [Mixnet](https://github.com/anonymousGifter/mixnet-core) \[by [Remi Gai](https://github.com/remi-gai)]
* [Battleship](https://github.com/battleship-fhevm/battleship-hardhat) \[by [Owen Murovec](https://github.com/omurovec)]
* [Darkpool](https://github.com/omurovec/fhe-darkpools) \[by [Owen Murovec](https://github.com/omurovec)]



- [Workshop during ETHcc](https://www.youtube.com/watch?v=eivfVykPP8U) \[by Morten Dahl — Zama]
- [Confidential ERC-20 Tokens Using Homomorphic Encryption](https://www.zama.ai/post/confidential-erc-20-tokens-using-homomorphic-encryption) \[by \[Clément Danjou — Zama]
- [On-chain Blind Auctions Using Homomorphic Encryption](https://www.zama.ai/post/on-chain-blind-auctions-using-homomorphic-encryption) \[by Clément Danjou — Zama]
- [ERC-20](https://github.com/zama-ai/fhevm-solidity/blob/main/examples/EncryptedERC20.sol)
- [Blind Auction](https://github.com/zama-ai/fhevm-solidity/blob/main/examples/BlindAuction.sol)
- [Governor DAO](https://github.com/zama-ai/fhevm-solidity/tree/main/examples/Governor)
- [Mixnet](https://github.com/anonymousGifter/mixnet-core) \[by [Remi Gai](https://github.com/remi-gai)]
- [Battleship](https://github.com/battleship-fhevm/battleship-hardhat) \[by [Owen Murovec](https://github.com/omurovec)]
- [Darkpool](https://github.com/omurovec/fhe-darkpools) \[by [Owen Murovec](https://github.com/omurovec)]
6 changes: 3 additions & 3 deletions docs/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

- [What is Zama's fhEVM?](README.md)

## Zama's fhEVM network
## Getting started

- Connect wallet
- [Metamask](getting_started/wallet/metamask.md)
Expand All @@ -12,7 +12,7 @@

## Writing contract

- [Getting started](getting_started.md)
- [Getting started](solidity/getting_started.md)
- [Hardhat](solidity/getting_started/hardhat.md)
- [Remix](solidity/getting_started/remix.md)
- [Docker](solidity/getting_started/docker.md)
Expand All @@ -37,6 +37,6 @@

## Resources

- [Whitepaper](resources/whitepaper.md)
- [Tutorials](resources/tutorials.md)
- [Repositories](resources/repositories.md)
- [Whitepaper](https://github.com/zama-ai/fhevm/blob/main/fhevm-whitepaper.pdf)
2 changes: 1 addition & 1 deletion docs/getting_started/wallet/metamask.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Here are the main steps from the [official guide](https://support.metamask.io/hc
From the homepage of your wallet, click on the network selector in the top left, and then on 'Add network'
</figcaption></figure>

<figure><img src="../../.gitbook/assets/metamask_add_network2.webp" alt="How to add network" width="300"><figcaption>
<figure><img src="../../.gitbook/assets/metamask_add_network2.webp" alt="How to add network"><figcaption>
MetaMask will open in a new tab in fullscreen mode. From here, find and the 'Add network manually' button at the bottom of the network list.</figcaption></figure>
<!-- markdown-link-check-disable -->

Expand Down
8 changes: 7 additions & 1 deletion docs/resources/repositories.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# Repositories

- [Solidity library](https://github.com/zama-ai/fhevm/)
## Implementation

- [fhEVM on evmos](https://github.com/zama-ai/fhevm-evmos/)

## Libraries

- [Solidity library](https://github.com/zama-ai/fhevm/)
- [fhevmjs](https://github.com/zama-ai/fhevmjs/)
3 changes: 0 additions & 3 deletions docs/resources/whitepaper.md

This file was deleted.

0 comments on commit 0f3ea83

Please sign in to comment.