Skip to content

Commit

Permalink
wip 6
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejka committed Aug 2, 2024
1 parent a5e285e commit 92f4c7e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ Although this is a highly experimental project without immediate plans for deplo
* layer 2s

## Roadmap
- 👷‍♂️ verify block header (block hash, previous block hash, Merkle root, proof-of-work, median time, and difficulty adjustment)
- 👷‍♂️ verify transactions
- [ ] verify block header (block hash, previous block hash, Merkle root, proof-of-work, median time, and difficulty adjustment)
- [ ] verify transactions
- [ ] integrate with Shinigami and verify scripts
- [ ] verify previous chain proofs
- [ ] add utreexo accumulator to the chain state
Expand All @@ -63,18 +63,18 @@ Raito is a reference to Light Yagami (夜神月, Yagami Raito) from the manga/an
![Raito and Raito](./docs/img/memes/raito_shinigami_fusion.jpg)

## Usage
This will compile all the components:

```bash
scarb build
```

This will compile all the components.
```
This will run the test-suite:

```bash
scarb test
```

This will run the test-suite.

## References

Expand Down

0 comments on commit 92f4c7e

Please sign in to comment.