Roadmap to becoming a developer in 2022
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

7 lines
604 B

# Deployment
Unlike other software, smart contracts don’t run on a local computer or a remote server: they live on the blockchain. Thus, interacting with them is different from more traditional applications.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://ethereum.org/en/developers/docs/smart-contracts/deploying/'>Deploying Smart Contracts</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://docs.openzeppelin.com/learn/deploying-and-interacting'>Deploying and interacting with smart contracts</BadgeLink>