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

15 lines
441 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 transaxtions to an on-chain contract and
deserialize their results and emitted logs.
2020-02-25 22:57:11 +03:00
2020-05-08 10:24:40 +03:00
A **ContractFactory** is an abstraction a contract's //bytecode//
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