-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs/rofl: Rewrite ROFL docs to use TDX containers #2153
Conversation
❌ Deploy Preview for oasisprotocol-oasis-sdk failed.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2153 +/- ##
==========================================
- Coverage 59.06% 58.88% -0.18%
==========================================
Files 142 144 +2
Lines 10089 10172 +83
==========================================
+ Hits 5959 5990 +31
- Misses 4130 4182 +52 ☔ View full report in Codecov by Sentry. |
0c3376e
to
62db9a5
Compare
4a77dd7
to
535d2da
Compare
checking out the [prepared example project] from the Oasis SDK repository. It | ||
contains a simple [Oracle.sol] contract which collects observations from | ||
authenticated ROFL app instances, performs trivial aggregation and stores the | ||
final aggregated result. Read the [Sapphire quickstart] chapter to learn how to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
More a question for sapphire/ @matevz. We use hardhat
in this guide, and I see that the "Sapphire quickstart" also uses hardhat
. I thought foundry
was the cool thing to use with Sapphire these days.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is copied over from the old ROFL tutorial. Not sure if anything has changed here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some minor suggestions, otherwise looks very good to me! 👍
535d2da
to
9dbe6d7
Compare
…ostko/feature/rofl-tdx-containers-docs docs/rofl: Rewrite ROFL docs to use TDX containers f44fc72
…/kostko/feature/rofl-tdx-containers-docs docs/rofl: Rewrite ROFL docs to use TDX containers f44fc72
…sisprotocol/kostko/feature/rofl-tdx-containers-docs docs/rofl: Rewrite ROFL docs to use TDX containers f44fc72
…oasisprotocol/kostko/feature/rofl-tdx-containers-docs docs/rofl: Rewrite ROFL docs to use TDX containers f44fc72
Closes #2149