From 75205cb6313093f67454ce9479a7b78bfd612505 Mon Sep 17 00:00:00 2001 From: Abhishek Uniyal <56363630+uniyalabhishek@users.noreply.github.com> Date: Fri, 27 Feb 2026 21:16:50 +0530 Subject: [PATCH] index: Add ROFL client links and symlinks --- index.html | 6 +++++- js/rofl-client | 1 + py/rofl-client | 1 + 3 files changed, 7 insertions(+), 1 deletion(-) create mode 120000 js/rofl-client create mode 120000 py/rofl-client diff --git a/index.html b/index.html index 4e8396e..54ca578 100644 --- a/index.html +++ b/index.html @@ -74,12 +74,14 @@

The Oasis API Reference Guide

  • Core Client
  • ParaTime Client
  • Sapphire Client
  • +
  • ROFL Client
  • Python
    @@ -87,6 +89,7 @@

    The Oasis API Reference Guide

    @@ -104,6 +107,7 @@

    The Oasis API Reference Guide

  • Core Client
  • Core ParaTime Client
  • Ledger Signer
  • +
  • ROFL Client
  • Sapphire Client:
  • - + diff --git a/js/rofl-client b/js/rofl-client new file mode 120000 index 0000000..22e8872 --- /dev/null +++ b/js/rofl-client @@ -0,0 +1 @@ +../modules/oasis-sdk/js/rofl-client \ No newline at end of file diff --git a/py/rofl-client b/py/rofl-client new file mode 120000 index 0000000..3799a2a --- /dev/null +++ b/py/rofl-client @@ -0,0 +1 @@ +../modules/oasis-sdk/py/rofl-client \ No newline at end of file