Skip to content

Commit ebc3ac1

Browse files
authored
Merge branch 'main' into fix/update-components
2 parents 0bddf1e + 1892ceb commit ebc3ac1

19 files changed

+535
-25
lines changed

.vitepress/sidebar.ts

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,23 @@ export function getSidebar() {
4545
],
4646
},
4747
{
48-
text: 'EXPLORERS',
48+
text: 'TOOLING & EXPLORERS',
4949
items: [
50-
{ text: 'iExec Explorer', link: '/overview/iexec-explorer' },
5150
{
52-
text: 'TheGraph Explorer',
53-
link: '/overview/the-graph-explorer',
51+
text: 'iExec Explorer',
52+
link: '/overview/tooling-and-explorers/iexec-explorer',
53+
},
54+
{
55+
text: 'Builder Dashboard',
56+
link: '/overview/tooling-and-explorers/builder-dashboard',
57+
},
58+
{
59+
text: 'Subgraph Explorer',
60+
link: '/overview/tooling-and-explorers/subgraph-explorer',
61+
},
62+
{
63+
text: 'Blockchain Explorer',
64+
link: '/overview/tooling-and-explorers/blockchain-explorer',
5465
},
5566
],
5667
},

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ Fork this repository and ensure you're working on the `main` branch:
148148

149149
## TODO
150150

151-
- Add an audit section
151+
- Add an audit section for smart contracts
152152
- Add Arbitrum support
153153
- On arbitrum hide : Oracle Factory ? , DataProtector Sharing ??
154154
- Adapt hardcoded address to feat with new contracts deployed on arbitrum
@@ -163,3 +163,8 @@ Fork this repository and ensure you're working on the `main` branch:
163163
- SGX vs TDX need review
164164
- complete `build-iapp` section
165165
- complete `Protocol`section
166+
- What about Bridge ?
167+
- Made a page on RLC
168+
- Add Dune dashboard
169+
- Add a Development workflow
170+
- Update context7 when doc will be deployed

src/assets/icons/arbitrum-logo.png

37.8 KB
Loading
891 KB
Loading
471 KB
Loading
225 KB
Loading
206 KB
Loading
247 KB
Loading
404 KB
Loading
272 KB
Loading

0 commit comments

Comments
 (0)