Skip to content

Commit

Permalink
Readme changes (#56)
Browse files Browse the repository at this point in the history
* improve overview

* add logo
  • Loading branch information
kevinheavey authored Apr 5, 2024
1 parent 1d9ff28 commit 0942484
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<div align="center">
<h1 align="center">
<img src="https://raw.githubusercontent.com/PKief/vscode-material-icon-theme/ec559a9f6bfd399b82bb44393651661b08aaf7ba/icons/folder-markdown-open.svg" width="100" />
<div align="center">
<img src="https://raw.githubusercontent.com/litesvm/litesvm/main/logo.jpeg" width="50%" height="50%">
</div>
<br></h1>
<h3>LiteSVM</h3>
</div>
Expand All @@ -9,7 +11,7 @@

## 📍 Overview

`litesvm` is a fast and lightweight Solana VM simulator for testing programs. It takes inspiration from the good parts of the [`solana-program-test`](https://github.com/solana-labs/solana/tree/master/program-test) crate, while offering superior performance and developer experience.
`litesvm` is a fast and lightweight library for testing Solana programs. It works by creating an in-process Solana VM optimized for program developers. This makes it much faster to run and compile than alternatives like `solana-program-test` and `solana-test-validator`. In a further break from tradition, it has an ergonomic API with sane defaults and extensive configurability for those who want it.
---

## 🚀 Getting Started
Expand Down
Binary file added logo.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0942484

Please sign in to comment.