ethers.js/docs.wrm/api/contract/index.wrm

15 lines
444 B
Plaintext
Raw Normal View History

2020-02-25 22:57:11 +03:00
_section: Contract Interaction @<contracts>
2020-05-08 10:24:40 +03:00
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
2020-05-08 10:24:40 +03:00
deserialize their results and emitted logs.
2020-02-25 22:57:11 +03:00
A **ContractFactory** is an abstraction of a contract's //bytecode//
2020-05-08 10:24:40 +03:00
and facilitates deploying a contract.
2020-02-25 22:57:11 +03:00
_toc:
contract
2020-05-08 10:24:40 +03:00
contract-factory
2020-02-25 22:57:11 +03:00
example