Skip to content

Commit

Permalink
fix:image position
Browse files Browse the repository at this point in the history
Signed-off-by: rzry <[email protected]>
  • Loading branch information
laukkw committed Apr 13, 2022
1 parent ed2fba9 commit 9a2bc2b
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 32 deletions.
44 changes: 22 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -342,34 +342,34 @@ gitcoin grant地址: [Dapp-Learning gitcoin grant](https://gitcoin.co/grants/3
<a href="https://rebase.network/">
<img align="top" src="./docs/imgs/partners/rebase-logo.png" />
</a>

    
<a href="https://www.hiblock.net/">
<img align="top" src="./docs/imgs/partners/Hiblock-logo.png" />
</a>

    
<a href="https://learnblockchain.cn/">
<img align="top" src="./docs/imgs/partners/learnblockchain-logo.png" />
</a>

    
<a href="https://www.ethereum.cn/">
<img align="top" src="./docs/imgs/partners/ECN-logo.png" />
</a>
</div>
<br>
<div align="left">

 
<a href="https://thublockchain.org/">
<img align="top" src="./docs/imgs/partners/THUBA-logo.png" />
</a>



    
    
    
<a>
<img align="top" src="./docs/imgs/partners/PKU-logo.png" />
</a>



    
    
    
<a href="https://btcu.tech/">
<img align="top" src="./docs/imgs/partners/BTCU-logo.png" />
</a>
Expand All @@ -386,21 +386,21 @@ gitcoin grant地址: [Dapp-Learning gitcoin grant](https://gitcoin.co/grants/3
<a href="https://snzholding.com/">
<img align="top" src="./docs/imgs/sponsor-partners/SNZ-logo.png" />
</a>



    
    
    
<a href="https://www.nervos.org/">
<img align="top" src="./docs/imgs/sponsor-partners/nervos-logo.png" />
</a>



    
    
    
<a href="https://web3q.io/home.w3q/">
<img align="top" src="./docs/imgs/sponsor-partners/Web3Q-logo.png" />
</a>



    
    
    
<a href="https://t.me/planckeropencommunity/">
<img align="top" src="./docs/imgs/sponsor-partners/plancker-logo.png" />
</a>
Expand All @@ -409,9 +409,9 @@ gitcoin grant地址: [Dapp-Learning gitcoin grant](https://gitcoin.co/grants/3
<a href="https://degate.com/">
<img align="top" src="./docs/imgs/sponsor-partners/Degate-logo.png" />
</a>



    
    
    
</div>
<br>

Expand Down
18 changes: 9 additions & 9 deletions basic/75-golang-dapp/go-dapp.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@

# Table of Contents

1. [画龙点睛](#org45c2ad6)
2. [高屋建瓴](#org299d05b)
3. [分星掰两](#org938912f)
4. [厚积薄发](#org52221f0)
1. [画龙点睛](#org3bcd60c)
2. [高屋建瓴](#org5dd0154)
3. [分星掰两](#org94715d6)
4. [厚积薄发](#orgb556330)



<a id="org45c2ad6"></a>
<a id="org3bcd60c"></a>

# 画龙点睛

对于一个Web3.0的开发者,Golang的需求是很大的
很多时候需要使用Golang来和链交互操作,来完成一些请求操作.
那Golang怎么和链交互呢?
本文以BSC网络(类ETH)的Dex抢跑程序,以及抢购公开铸造NFT程序的部分代码来交互链上数据.
本文以Goerli网络的Dex抢跑程序,以及抢购公开铸造NFT程序的部分代码来交互链上数据.
来看一下整体的流程是如何的.


<a id="org299d05b"></a>
<a id="org5dd0154"></a>

# 高屋建瓴

Expand All @@ -28,7 +28,7 @@
3. 开发者调用代码 于链交互


<a id="org938912f"></a>
<a id="org94715d6"></a>

# 分星掰两

Expand Down Expand Up @@ -318,7 +318,7 @@
}


<a id="org52221f0"></a>
<a id="orgb556330"></a>

# 厚积薄发

Expand Down
2 changes: 1 addition & 1 deletion basic/75-golang-dapp/go-dapp.org
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
对于一个Web3.0的开发者,Golang的需求是很大的
很多时候需要使用Golang来和链交互操作,来完成一些请求操作.
那Golang怎么和链交互呢?
本文以BSC网络(类ETH)的Dex抢跑程序,以及抢购公开铸造NFT程序的部分代码来交互链上数据.
本文以Goerli网络的Dex抢跑程序,以及抢购公开铸造NFT程序的部分代码来交互链上数据.
来看一下整体的流程是如何的.
#+end_src

Expand Down

0 comments on commit 9a2bc2b

Please sign in to comment.