Skip to content

Commit

Permalink
update with deck
Browse files Browse the repository at this point in the history
  • Loading branch information
leeduckgo committed Oct 16, 2023
1 parent 48c6325 commit 6c26760
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
Binary file added AI-based-Smart-Contract-Explorer-Deck.pdf
Binary file not shown.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,17 @@
* <a href="https://app.embedbase.xyz/datasets/e4276331-4582-463b-85be-abc8b21ad739">VectorDB about Ethereum Smart Contract Analysis</a>
</h4>


See Demo Video:

> https://youtu.be/zeY9lp2Hcwo
See Deck:

>


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


Expand Down Expand Up @@ -103,4 +114,3 @@ $ ./movespace_db_uploader_cli --type code --path example_data/eth/sliced/erc20.j

![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 6c26760

Please sign in to comment.