본문 바로가기
블록체인

[블록체인] Ether.js provider, signer

by 위그든씨 2023. 3. 13.
  • provider: An abstraction of a connection to the Ethereum network (ie alchemy, infura, etc). In other words, which is the service provider that our application is using to connect to the Ethereum network.
  • signer: An abstraction of an Ethereum Account. This is the object which we can use to sign and send transactions.

'블록체인' 카테고리의 다른 글

MetaMask Docs (Methods &&Events)  (0) 2023.03.24
[블록체인] 용어 정리 (ing)  (1) 2023.03.13
[블록체인] Web3.js vs Ether.js  (0) 2023.03.13