Introduction to Foundry

preview_player
Показать описание
Get started with the Foundry framework—a fast, portable, and modular toolkit for Ethereum applications.

Chainlink is the industry standard for building, accessing, and selling oracle services needed to power hybrid smart contracts on any blockchain. Chainlink oracle networks provide smart contracts with a way to reliably connect to any external API and leverage secure off-chain computations for enabling feature-rich applications. Chainlink currently secures tens of billions of dollars across DeFi, insurance, gaming, and other major industries, and offers global enterprises and leading data providers a universal gateway to all blockchains.

Learn more about Chainlink:

#Chainlink #Foundry
Рекомендации по теме
Комментарии
Автор

One of the great dev teachers in blockchain space, keep it up mate!. Learned a lot from you, very simple instruction.

jrsantos
Автор

dont install foundry via visual studio code, instll it using terminal then close the terminal and reopen terminal and update foundry using run visual studio code and run a new foundry project and then you dont run into the problem in this video :) :) :) just incase anyone else has issues

revwrapz
Автор

Sir You promised to make YouTube video on scripting with solidity when foundry supports it. Now foundry supports deploying contracts with solidity scripting so please make on it 😊

(Sorry for my broken English)

RohitSingh-xtdm
Автор

error: this command requires clean working and staging areas, including no untracked files. modify .gitignore and/or add/commit first, or add the --no-commit option.

forge init hello_foundry

РоманСафронов-пм
Автор

I think now ds-test/test.sol is replace with forge-std/Test.sol

yashanand
Автор

1. source /Users/ming/.zshrc (so that you can found the "foundryup" command), if you use zsh
2. if you want to know where the command is installed? try this $ which forge [13:03:17]
/Users/xxx/.foundry/bin/forge

mingderwang