diff --git a/README.md b/README.md index e9c2df8..ab6fb86 100644 --- a/README.md +++ b/README.md @@ -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.