This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
What are smart contracts?
Programs that only send cryptocurrency.
Programs that only generate and send tokens.
Programs that are stored inside a blockchain. They represent an agreement between parties that are sending digital assets.
Programs that are stored outside a blockchain. They must be signed by parties that are sending digital assets.
When a new project is created by using the Truffle for VS Code extension, what gets automatically generated?
A sample contract file written in Solidity
A build folder and files to compile and deploy the Solidity project
Folders for contracts, migrations, and tests.
A sample contract, migration, a test, and a Truffle config file.
What is Truffle?
A command-line tool that you can use to create smart contracts
A development environment, testing framework, and asset pipeline for blockchains
A personal blockchain Ethereum development tool that you can use to deploy contracts
A library that you can use to write blockchain applications
You must answer all questions before checking your work.
Was this page helpful?