From 855c22078742e314747376d89668dd9660518c1e Mon Sep 17 00:00:00 2001 From: offshiftXFT <2-offshiftXFT@users.noreply.open.offshift.io> Date: Thu, 24 Jun 2021 16:18:12 +0000 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ab72f89..15e5b97 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@  +---- + +Read The Offshift Yellowpaper [here](https://offshift.io/content/Yellowpaper.pdf). + +---- + Offshift provides a private derivatives platform that supports the following functions: * [Shifting](#Shifting) - Convert XFT to zkAssets, which are the confidential tokens that enable anonymous transactions. @@ -41,11 +47,11 @@ We provide our own front ends for obtaining test assets, shifting, and staking: * [Moonbeam Shifting CLI scripts](https://open.offshift.io/offshiftXFT/protocol-main/-/tree/master/Moonbeam/Shifting/frontend/scripts) - Use the Offshift dapp in the CLI without the need of a web browser. * [Offshift Staking Dashboard](https://dashboard.offshift.io/stake-now) - Supply liquidity for XFT on Sushi to earn XFT and SUSHI tokens. -See our articles on Medium for detailed, step-by-step descriptions of shifting and staking using our dashboards with MetaMask: +See our articles on the Offshift Blog for detailed, step-by-step descriptions of shifting and staking using our dashboards with MetaMask: -* [Shifting on Ethereum](https://medium.com/offshift/offshift-testnet-guide-phase-two-7607c628026d) -* [Shifting on Moonbase Alpha](https://medium.com/offshift/offshift-testnet-guide-moonbase-alpha-c1c0ed92e0ba) -* [Staking using SushiSwap](https://medium.com/offshift/offshift-sushiswap-dual-liquidity-mining-goes-live-7d7ed036a89e) +* [Shifting on Ethereum](https://offshift.io/public/blog/2020-09-30-offshift-testnet-guide-phase-two/) +* [Shifting on Moonbase Alpha](https://offshift.io/public/blog/2021-01-04-offshift-testnet-guide-moonbase-alpha/) +* [Staking using SushiSwap](https://offshift.io/public/blog/2021-03-19-offshift-sushiswap-dual-liquidity-mining-goes-live/) The sections below provide an overview of how to use our [shifting](#shifting) and [staking](#staking) tools. By using the code in this repository, you can add the functionality described below to your own application. -- GitLab