Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
Kh.add topos zkevm demo (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
wyhaines authored Feb 12, 2024
1 parent 4859dd7 commit f6d4a75
Show file tree
Hide file tree
Showing 16 changed files with 335 additions and 6 deletions.
8 changes: 6 additions & 2 deletions config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,17 @@ const config: Config = {
label: 'Topos Playground',
path: '/content/module-2/3-topos-playground.html',
},
{
label: 'Topos zkEVM Demo',
path: '/content/module-2/4-topos-zkevm-demo.html',
},
{
label: 'Topos CLI',
path: '/content/module-2/4-cli.html',
path: '/content/module-2/5-cli.html',
},
{
label: 'Topos Testnet',
path: '/content/module-2/5-testnet.html',
path: '/content/module-2/6-testnet.html',
},
],
},
Expand Down
2 changes: 1 addition & 1 deletion content/module-2/3-topos-playground.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,4 +197,4 @@ One thing to mention specifically in relation to the Playground is the [use of t

# Up next

You have now looked at the details of the playground components, one of them being the Topos CLI. In the next section, you will look at the CLI in more depth.
You have now looked at the details of the playground components. In the next section you will learn how to run the topos-zkevm-demo, which allows you to run and use a zkevm in your local environment.
309 changes: 309 additions & 0 deletions content/module-2/4-topos-zkevm-demo.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion content/module-2/4-cli.md → content/module-2/5-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ $ cargo install topos --git https://github.com/topos-protocol/topos --tag v0.0.5

In a new `topos-cli.dockerfile`, put:

```Dockerfile [topos-cli.dockerfile]
```Dockerfile
FROM rust:1.72.0-bullseye

RUN apt-get update
Expand Down
File renamed without changes.
9 changes: 7 additions & 2 deletions content/module-2/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,17 @@ The second chapter of the Topos Developer Portal brings you into contact with th
</Card>
</GridItem>
<GridItem>
<Card title="4: Topos CLI" to={'/content/module-2/4-cli.html'}>
<Card title="4: Topos zkEVM Demo" to={'/content/module-2/4-topos-zkevm-demo.html'}>
Part of the power of Topos is the zkEVM. This unit shows you how to run the topos-zkevm-demo CLI tool in order to experience the power of the zkEVM on your local system.
</Card>
</GridItem>
<GridItem>
<Card title="5: Topos CLI" to={'/content/module-2/5-cli.html'}>
The Topos CLI is frequently mentioned in this chapter – here you will look at it directly. You will install and test the tool that allows you to collectively start and run the different components you have been exploring.
</Card>
</GridItem>
<GridItem>
<Card title="5: Topos Testnet phases" to={'/content/module-2/5-testnet.html'}>
<Card title="6: Topos Testnet phases" to={'/content/module-2/6-testnet.html'}>
The Topos public testnet is there for our developer community to deploy apps and experiment with the novel interaction model the Topos protocol enables. It's an early preview of what is coming. In this section we present the upcoming phases to give interested parties and overview of the remaining phases.
</Card>
</GridItem>
Expand Down
9 changes: 9 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"react": "^18.2.0",
"react-cookie": "^6.1.1",
"react-dom": "^18.2.0",
"react-icons": "^5.0.1",
"sharp": "^0.32.6",
"watcher": "^2.3.0"
},
Expand Down
1 change: 1 addition & 0 deletions src/components/layout/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import { MdLink } from '../mdx/MdLink';
import { Heading } from '../Heading';
import { ZoomImage } from '../mdx/ZoomImage';
import { MDXProvider } from '@mdx-js/react';

import Base from '../base';
import formatSlugToImageName from '../../utils/formatSlugToImageName';

Expand Down
Binary file added static/images/topos-zkevm-demo-execute.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/topos-zkevm-demo-install.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/transparent.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f6d4a75

Please sign in to comment.