Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
leeduckgo committed Oct 16, 2023
1 parent 5d8f2ca commit 8b1623f
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@

<h4 align="center">
<a href="https://smart-contract-explorer.movespace.xyz/">Lanuch App</a>

<br>
<a href="https://mumbai.polygonscan.com/address/0x9d4716dc798ceac7e40b0b692e7a2fc3a353c4b1">smart contract on Mumbai Network</a>
<br>
<a href="https://app.embedbase.xyz/datasets/f2e0aabc-a506-4217-8570-4c888d3d3556">VectorDB about Ethereum Smart Contract</a>
<br>
<a href="https://app.embedbase.xyz/datasets/7740d47b-8ce1-4ae7-8256-049b01fa034d">VectorDB about Ethereum Smart Contract Sliced</a>
<a href="https://app.embedbase.xyz/datasets/e4276331-4582-463b-85be-abc8b21ad739">VectorDB about Ethereum Smart Contract Sliced</a>
<br>
<a href="https://app.embedbase.xyz/datasets/e4276331-4582-463b-85be-abc8b21ad739">VectorDB about Ethereum Smart Contract Analysis</a>
</h4>

🧪 AI-based Smart Contract Explorer 是一个 基于向量数据库和 LLM 进行 ETH 智能合约代码检索的浏览器,搜索结果包含智能合约原文、出处、代码解析等多维度内容。向量数据库技术是人工智能应用中的一项重要技术,通过 ANN 最似近邻算法,我们可以通过自然语言进行联想式搜索,而非传统的关键字搜索。立项起因是传统搜索代码的浏览器,例如 Etherscan,仅能搜索出原始代码。我们希望通过 AI 赋能,建立关于智能合约代码的全维度搜索,让合约开发者的效率指数倍增。
Expand Down Expand Up @@ -94,6 +97,7 @@ $ ./movespace_db_uploader_cli --type code --path example_data/eth/sliced/erc20.j


## Architecture
![img.png](img.png)

![AI-based Smart Contract Explorer (3)](https://github.com/NonceGeek/ai-based-smart-contract-explorer/assets/12784118/505467a6-03ed-4730-abb8-5869d7bb5228)


0 comments on commit 8b1623f

Please sign in to comment.