From eea7f1839f5cbb6d65f98e4eab7ad67709342e6c Mon Sep 17 00:00:00 2001 From: Ihor Burlachenko Date: Thu, 12 Sep 2024 10:36:00 +0200 Subject: [PATCH] Updated README --- README.md | 2 +- client/public/index.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c84c3e2..e3b9045 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This is an example of a decentralized application (or dApp) built on the [Casper Network](https://casper.network), a layer 1 proof-of-stake (PoS) blockchain. Lottery game logic implemented on-chain aims to demonstrate the value of blockchain, which is the increased trust to the outcome since nobody can manipulate the results. -To participate in the lottery, you need to buy a ticket using the Casper Network native token. After collecting a fee, the application puts the proceeds into the prize pool, which is used to reward the players. When somebody wins the jackpot, a new lottery round starts, making the game indefinite. +To participate in the lottery, you need to buy a ticket using the native token of the Casper Network. After collecting a fee, the application puts the proceeds into the prize pool, which is used to reward the players. When somebody wins the jackpot, a new lottery round starts, making the game indefinite. You can try it by playing the lottery deployed to [Casper Testnet](https://testnet.cspr.live/) at https://lottery-demo.casper.network. Please use the [Faucet](https://testnet.cspr.live/tools/faucet) to obtain the test tokens. diff --git a/client/public/index.html b/client/public/index.html index 59de828..c12b8ab 100644 --- a/client/public/index.html +++ b/client/public/index.html @@ -8,7 +8,7 @@ @@ -40,7 +40,7 @@ work correctly both with client-side routing and a non-root public URL. Learn how to configure a non-root public URL by running `npm run build`. --> - Casper Lottery Demo + Lottery Demo