From d76662fd8fe3376dcddab72d20c401781f1d929a Mon Sep 17 00:00:00 2001 From: surfer77 Date: Fri, 24 Mar 2023 13:59:43 -0600 Subject: [PATCH] fix link to jupylite simulation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c6332090..08eb0e77 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Carbon is decentralized exchange infrastructure that gives users the ability to This simulator has been developed by **Bancor Research** to assist in the design, testing, and validation of Carbon strategies. It can be run interactively in a Jupyter notebook environment, or via Python scripting. -The permament Github URL for this repo is [`bancorprotocol/carbon-simulator`][repo]. There is a second repo that is optimised for [Binder][binderdoc] and that is located at [`bancorprotocol/carbon-simulator-binder`][repob]. The latter uses the version of the library in the [PyPi package][pypi], so it may be a week or two behind. The Carbon project website is at [carbondefi.xyz][carbon]. On this site you will find in particular the [litepaper][litepaper], [whitepaper][whitepaper], and [information disclosure][patent] for the patent application. The simulator in its latest released version can also be accessed as JupyterLite version at [`simulator.bancordefi.xyz`][jupylite]. The associated repo is at [`bancorprotocol/carbon-simulator-jupylite`][jlrepo]. +The permament Github URL for this repo is [`bancorprotocol/carbon-simulator`][repo]. There is a second repo that is optimised for [Binder][binderdoc] and that is located at [`bancorprotocol/carbon-simulator-binder`][repob]. The latter uses the version of the library in the [PyPi package][pypi], so it may be a week or two behind. The Carbon project website is at [carbondefi.xyz][carbon]. On this site you will find in particular the [litepaper][litepaper], [whitepaper][whitepaper], and [information disclosure][patent] for the patent application. The simulator in its latest released version can also be accessed as JupyterLite version at [`https://simulator.carbondefi.xyz`][jupylite]. The associated repo is at [`bancorprotocol/carbon-simulator-jupylite`][jlrepo]. [carbon]:https://carbondefi.xyz [litepaper]:https://carbondefi.xyz/litepaper @@ -189,4 +189,4 @@ Modules may have version numbers of their own. Those are mostly for use of the d - **v2.1** - new order book methodology, improved NBTest, added functionality to CarbonOrderUY, added CarbonCurves notebook, updated demo 3-2 to the new order book code - **v2.0** - slash notation for pair (breaking); disabled curves; remove aliases; order book functions and marginal price routing in CarbonOrderUI - **v1.1-5** - order books; alpha router and other routers; thresholds; analytics; more examples and demoes; binder links; match constant; exclude future -- **v1.0** - initial release \ No newline at end of file +- **v1.0** - initial release