casperlens-server 0.1.1

Server for CasperLens, a smart contract lifecycle and observability management for Casper Network
casperlens-server-0.1.1 is not a library.

CasperLens Server

The server for CasperLens, a smart contract lifecycle management and observability platform for Casper Network.

Usage

  1. Install the project using Cargo:
    cargo install casperlens-server
    
  2. Run the project. Ensure ~/.cargo/bin is in PATH:
    casperlens-server
    

Development

  1. Clone the repository:
    git clone https://github.com/casperlens/casperlens
    cd casperlens/server
    
  2. Install dependencies and build the server:
    cargo build
    
  3. Run the server:
    cargo dev
    

Documentation

Documentation is available at https://docs.rs/casperlens

License

CasperLens is licensed under Apache-2.0 license.