Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 969 Bytes

README.md

File metadata and controls

45 lines (28 loc) · 969 Bytes

Rust Verusd RPC Server

This repository contains a Rust library for creating a Verus RPC server. The library is designed to be simple to use, yet flexible enough to handle the needs of a variety of applications.

Getting Started

To get started with this library, you'll need to have Rust installed on your machine. If you don't have Rust installed, you can download it from the official website.

Prerequisites

  • Rust programming language
  • Git

Installation

  1. Clone the repository to your local machine:
git clone https://github.com/VerusCoin/rust_verusd_rpc_server.git
  1. Navigate into the project directory:
cd rust_verusd_rpc_server
  1. Build the project:
cargo build

Usage

  1. Configure the server by editing the Conf.toml file

  2. Run the server:

cargo run

Contributing

Contributions are welcome! Please feel free to submit a pull request.