Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
stojanov-igor committed Jun 27, 2024
1 parent 615c2f0 commit 5eb4d7a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Join-Accumulate Machine (Jam) in Rust

[![CI](https://github.com/UniversalDot/JAM/actions/workflows/ci.yml/badge.svg)](https://github.com/UniversalDot/JAM/actions/workflows/ci.yml)
[![Build](https://github.com/UniversalDot/JAM/actions/workflows/build.yml/badge.svg)](https://github.com/UniversalDot/JAM/actions/workflows/build.yml)
[![Tests](https://github.com/UniversalDot/JAM/actions/workflows/tests.yml/badge.svg)](https://github.com/UniversalDot/JAM/actions/workflows/tests.yml)


This project provides an implementation of the Join-Accumulate Machine (Jam) in Rust, based on the concepts described in the graypaper. The implementation includes basic structures for smart contracts, core-time management, and an execution environment.
Expand Down

0 comments on commit 5eb4d7a

Please sign in to comment.