Skip to content

Commit

Permalink
Describe the application design
Browse files Browse the repository at this point in the history
Explain how the work is split among the contract and the service.
  • Loading branch information
jvff committed Jan 21, 2025
1 parent 8d2d196 commit aea7c59
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,10 @@

This is an example [Linera](https://linera.io) application that shows how to use the
[Atoma Network](https://atoma.network) to execute AI inference and verify it on-chain.

## Application Design

Any microchain can use the service to perform a query to the Atoma Network. The result is then
included in the operation that's added to the block, together with a certificate that the result
was produced by the Atoma Network. When the block is created, the contract is responsible for
checking the certificate.

0 comments on commit aea7c59

Please sign in to comment.