ethers.js/docs.wrm/api/contract/index.wrm
2020-07-03 01:44:17 -04:00

15 lines
444 B
Plaintext

_section: Contract Interaction @<contracts>
A **Contract** object is an abstraction of a contract (EVM bytecode)
deployed on the Ethereum network. It allows for a simple way to
serialize calls and transactions to an on-chain contract and
deserialize their results and emitted logs.
A **ContractFactory** is an abstraction of a contract's //bytecode//
and facilitates deploying a contract.
_toc:
contract
contract-factory
example