Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 916 Bytes

DEV.md

File metadata and controls

22 lines (14 loc) · 916 Bytes

Development

This section provides all the necessary information to start contributing to or building SVMKit. It is divided into several subsections for clarity.

Requirements

Ensure the following tools are installed and available in your $PATH:

You can use Homebrew or your preferred package manager to get these tools.

Structure

The repository includes the following:

Directory/File Description
pkg SVMKit Go packages.
build Scripts for building validators and distributing through APT.
Makefile Contains commands for testing and building Go packages.