У нас вы можете посмотреть бесплатно Build Your Own Onchain AI Agent! 🤖 (Typescript, OpenAI, Viem) или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Learn how to create an on-chain AI Agent that can control a wallet, submit transactions, deploy smart contracts and more, using TypeScript, OpenAI, and Viem. In this video, we cover the fundamentals of OpenAI assistants and how to create functions that assistants can use to perform blockchain interactions such as reading data and submitting transactions. 📚 Resources 📚 X: / jarrodwattsdev Source code: https://github.com/jarrodwatts/onchai... Viem: https://viem.sh/ OpenAI: https://platform.openai.com/docs/over... ⌚Timestamps ⌚ 0:00 Introduction 0:53 How on-chain AI Agents work 10:08 Setting up the project & dependencies 19:00 Explaining the code flow 23:18 Creating the OpenAI Assistant 26:17 Creating a thread of messages 28:31 Creating a Run 32:15 Handling run lifecycles 35:56 Creating functions for the assistant to call 42:03 Performing functions from the assistant- 53:25 Adding onchain capabilities to the assistant 59:26 get_balance function 1:05:11 Customizing the agent's personality 1:08:58 get_wallet_address function 1:12:44 Add any function you want! 1:14:04 send_transaction function 1:19:13 deploy_erc20_token function 1:24:50 Making a continuous conversation with the agent 1:27:41 Demo Time!!