We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
So that the ROFL docs could simply point to the rofl demo repo which a developer could check out and use it as a starter project. See for example the Sapphire quickstart: https://docs.oasis.io/dapp/sapphire/quickstart#all-done
We could also migrate the current hardhat+typescript boilerplate code for smart contracts to Foundry, since it's all rust-based.
Proposed structure for rofl-oracle:
rofl-oracle
name = "rofl-oracle-contracts"
name = "rofl-oracle"
Alternatively, rofl-oracle-contracts could be a separate git repo and a submodule of rofl-oracle and rofl-oracle-tdx projects.
rofl-oracle-tdx
The text was updated successfully, but these errors were encountered:
matevz
No branches or pull requests
So that the ROFL docs could simply point to the rofl demo repo which a developer could check out and use it as a starter project. See for example the Sapphire quickstart: https://docs.oasis.io/dapp/sapphire/quickstart#all-done
We could also migrate the current hardhat+typescript boilerplate code for smart contracts to Foundry, since it's all rust-based.
Proposed structure for
rofl-oracle
:name = "rofl-oracle-contracts"
)name = "rofl-oracle"
)Alternatively, rofl-oracle-contracts could be a separate git repo and a submodule of
rofl-oracle
androfl-oracle-tdx
projects.The text was updated successfully, but these errors were encountered: