This subgraph indexes events and data related to the Layerbank smart contract on the Linea network. It includes the Layerbank contract and LToken templates for handling transfer events.
- Node.js (v12 or higher)
- The Graph CLI (
@graphprotocol/graph-cli
)
Clone the repository and install dependencies:
git clone https://github.com/your-username/layerbank-subgraph.git
cd layerbank-subgraph
npm install