New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@teller-protocol/v2-contracts

Package Overview
Dependencies
Maintainers
3
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@teller-protocol/v2-contracts

Teller Protocol is a decentralized, non-custodial lending book that allows users to lend and borrow any crypto asset without price-based liquidation.

latest
Source
npmnpm
Version
3.1.52
Version published
Weekly downloads
126
-10%
Maintainers
3
Weekly downloads
 
Created
Source

Teller V2 Protocol

Teller Protocol is a decentralized, non-custodial lending book that allows users to lend and borrow any crypto asset without price-based liquidation.

Pre-requisite software

  • Install NodeJS v16+

  • Install rust, 'foundry' and 'forge'

Unit Testing

  • Set required ENV variables (see .env.template) DEFAULT_NETWORK=hardhat HARDHAT_DEPLOY_FORK=goerli GOERLI_RPC_URL= ...

  • Install dependencies with 'yarn install'

  • Run tests with 'yarn test'

  • Display test coverage report with 'yarn coverage' or 'yarn coverage-report'

Forge docs

forge doc --serve

Git LFS

Some deployment files are stored using LFS. To fetch these, use the command

  • Fetch deployment files from git LFS
 git lfs fetch --all

Running tests

yarn contracts test


anvil --fork-url https://rpc.katana.network 

anvil --fork-url https://rpc.hyperliquid.xyz/evm 




yarn contracts test_forked 

FAQs

Package last updated on 16 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts