Skip to content

vertex-protocol/vertex-contracts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Vertex Protocol

This repository contains the smart contract implementations for the Vertex Protocol ecosystem.

Project Structure

The repository is organized into two main projects:

Requirements

Getting Started

Each project has its own setup and development commands. Navigate to the respective directories for project-specific instructions:

# For Vertex EVM Core Contracts
cd vertex-contracts/core
yarn install
yarn compile

# For Vertex LBA Contracts
cd vertex-contracts/lba
yarn install
# Follow the .env setup instructions

Available Commands

Core Contracts

  • yarn compile: Compile Vertex EVM contracts
  • See project-specific README for more details

LBA Contracts

  • yarn lint: Run prettier & SolHint
  • yarn contracts:force-compile: Compile contracts and generate TS bindings + ABIs
  • yarn run-local-node: Run a persistent local Hardhat node for testing
  • See project-specific README for more details

Further Documentation

For more detailed information about each project, please refer to their respective README files.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors