Skip to content

Commit

Permalink
upload logo for basevm
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-ogrady committed Jul 22, 2023
1 parent 4542f00 commit d7f2d47
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 76 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,12 @@ work out of the box on your `hypervm`.

## Examples
### Beginner: `basevm`
...
The [`basevm`](/.examples/basevm) is the "simplest `hypervm` you could make." It only has
one purpose: native token transfers. This is a great repo to use as a template for creating
your own `hypervm`.

To ensure the `hypersdk` remains reliable as we optimize and evolve the codebase,
we also run E2E tests in the `basevm` on each PR to the `hypersdk` core modules.

### Moderate: `tokenvm`
We created the [`tokenvm`](./examples/tokenvm) to showcase how to use the
Expand Down
73 changes: 0 additions & 73 deletions examples/README.md

This file was deleted.

18 changes: 16 additions & 2 deletions examples/basevm/README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,26 @@
# basevm

<p align="center">
<img width="90%" alt="basevm" src="assets/logo.png">
</p>
<p align="center">
Minimal HyperVM
</p>
<p align="center">
<a href="https://github.com/ava-labs/hypersdk/actions/workflows/basevm-static-analysis.yml"><img src="https://github.com/ava-labs/hypersdk/actions/workflows/basevm-static-analysis.yml/badge.svg" /></a>
<a href="https://github.com/ava-labs/hypersdk/actions/workflows/basevm-unit-tests.yml"><img src="https://github.com/ava-labs/hypersdk/actions/workflows/basevm-unit-tests.yml/badge.svg" /></a>
<a href="https://github.com/ava-labs/hypersdk/actions/workflows/basevm-sync-tests.yml"><img src="https://github.com/ava-labs/hypersdk/actions/workflows/basevm-sync-tests.yml/badge.svg" /></a>
<a href="https://github.com/ava-labs/hypersdk/actions/workflows/basevm-load-tests.yml"><img src="https://github.com/ava-labs/hypersdk/actions/workflows/basevm-load-tests.yml/badge.svg" /></a>
</p>

---

..... description

## Status
`basevm` is considered **ALPHA** software and is not safe to use in
production. The framework is under active development and may change
significantly over the coming months as its modules are optimized and
audited.


<br>
<br>
Expand Down
Binary file added examples/basevm/assets/logo.png
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 d7f2d47

Please sign in to comment.