Skip to content

Commit e00068d

Browse files
committed
First commit
0 parents  commit e00068d

File tree

96 files changed

+23379
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+23379
-0
lines changed

.gitignore

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Dependencies
2+
/node_modules
3+
4+
# Production
5+
/build
6+
7+
# Generated files
8+
.docusaurus
9+
.cache-loader
10+
11+
# Misc
12+
.DS_Store
13+
.env.local
14+
.env.development.local
15+
.env.test.local
16+
.env.production.local
17+
18+
npm-debug.log*
19+
yarn-debug.log*
20+
yarn-error.log*

README.md

+41

babel.config.js

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module.exports = {
2+
presets: [require.resolve('@docusaurus/core/lib/babel/preset')],
3+
};

blog/2019-05-28-first-blog-post.md

+12

blog/2019-05-29-long-blog-post.md

+44

blog/2021-08-01-mdx-blog-post.mdx

+20

blog/2021-08-26-welcome/index.md

+25

blog/authors.yml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
endi:
2+
name: Endilie Yacop Sucipto
3+
title: Maintainer of Docusaurus
4+
url: https://github.com/endiliey
5+
image_url: https://github.com/endiliey.png
6+
7+
yangshun:
8+
name: Yangshun Tay
9+
title: Front End Engineer @ Facebook
10+
url: https://github.com/yangshun
11+
image_url: https://github.com/yangshun.png
12+
13+
slorber:
14+
name: Sébastien Lorber
15+
title: Docusaurus maintainer
16+
url: https://sebastienlorber.com
17+
image_url: https://github.com/slorber.png

docs/.gitbook/assets/dczk.png

21.8 KB

docs/.gitbook/assets/donate-qr.png

5.57 KB

docs/.gitbook/assets/eth-overview.png

646 KB
1010 KB
1.23 MB
1.23 MB
4.17 KB
2.56 KB
975 KB
35.8 KB
Binary file not shown.

docs/.gitbook/assets/gwei1.png

36.9 KB

docs/.gitbook/assets/gwei2.png

32.1 KB
39.4 KB

docs/.gitbook/assets/gwei3.png

36.9 KB
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
address,name,chainId
2+
0xA1e2421A68f0208B75ACb0014a69E89b1F7492ea,tree,1
3+
0xA1e2421A68f0208B75ACb0014a69E89b1F7492ea,tree,100
4+
0x6f2a88EeA710c58bbB8F2681Bf8732Bfb4350062,rixcian,1
5+
0x6f2a88EeA710c58bbB8F2681Bf8732Bfb4350062,rixcian,100
6+
0x5f6Cb062Bf7C915460d5d01F5b9dafC649F54155,vojtch,1
7+
0x5f6Cb062Bf7C915460d5d01F5b9dafC649F54155,vojtch,100
8+
0x30DE0189dbefdDa0b2aAD5EB69A0d2A9F49eCD04,m0xt,1
9+
0x30DE0189dbefdDa0b2aAD5EB69A0d2A9F49eCD04,m0xt,100
10+
0xf5Fe364D18F4a5A53BADCe9a046ba74cfC97f6Fb,coinmandeer,1
11+
0xf5Fe364D18F4a5A53BADCe9a046ba74cfC97f6Fb,coinmandeer,100
12+
0x6c171579f8F3c3F65B30286b14C20a46a4eb55b9,Gwei.cz (ETH),1
13+
0x41198CE04A731ad2F3F397FA898F9f34b9fe7002,Gwei.cz (xDAI),100
14+
0xF762aCE2c215fDad031B33c656982718c4084786,BohemianDAO,100
361 KB

docs/.gitbook/assets/kurzy.png

265 KB
451 KB
91.7 KB
24.1 KB
76 KB

docs/.gitbook/assets/network-xdai.png

6.44 KB

docs/.gitbook/assets/twitter-post.png

253 KB
1.7 MB

docs/README.md

+36
+13

0 commit comments

Comments
 (0)