Index
As this ebook edition doesn't have fixed pagination, the page numbers below are hyperlinked for reference only, based on the printed edition of this book.
A
Aave 349
URL 349
Aave protocol version 2
overview 349-353
Aave protocol version 3
features 354, 355
account summary and asset pool listing page
implementing 426, 427
UI components, implementing in ListAssetPools.js 427, 428
user summary information, retrieving for asset pools 430, 431
user summary information, retrieving for crypto loan system 428-430
addLiquidityETH
implementing 238-240
AMM on-chain components
burn 112
create Pair 112
mint 112
swap 112
AMMRouter
allowance, setting to transfer tokens 154, 155
as intermediary between native token and TokenPair smart contracts 233, 234
deploying, with script 152, 153
improving, to support native token 236-238
AMM router smart contracts
code, for liquidity removal 148
implementing...