AI-based Smart Contract Explorer
+
+ Get started by editing{" "}
+
+ packages/nextjs/pages/index.tsx
+
+
+ Edit your smart contract{" "}
+
+ YourContract.sol
+
{" "}
+ in{" "}
+
+ packages/hardhat/contracts
+
+
+ Tinker with your smart contract using the{" "} + + Debug Contract + {" "} + tab. +
++ Experiment with{" "} + + Example UI + {" "} + to build your own UI. +
++ Explore your local transactions with the{" "} + + Block Explorer + {" "} + tab. +
+
- Get started by editing{" "}
-
- packages/nextjs/pages/index.tsx
-
-
- Edit your smart contract{" "}
-
- YourContract.sol
-
{" "}
- in{" "}
-
- packages/hardhat/contracts
-
-
- Tinker with your smart contract using the{" "} - - Debug Contract - {" "} - tab. -
-- Experiment with{" "} - - Example UI - {" "} - to build your own UI. -
+ //从后端获取数据集列表 + const fetchOptions = () => { + return ['eth-whitepaper', 'eth-contracts']; + }; + //获取search prompt与dataset名字后向后端发request + const handleonClick =()=>{ + + }; + return ( +AI-based Smart Contract Explorer
+- Explore your local transactions with the{" "} - - Block Explorer - {" "} - tab. -
+