Skip to content

Commit df08ec3

Browse files
Update README.md
1 parent 15434fb commit df08ec3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

7-defi-devpost/scrilla_lending/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
#### Running on Simulator
77
While in the 'scrilla_lending' directory, run any of the following commands:
88
- `cd scrypto/` This will redirect you to the Scrypto folder so you can proceed with the following commands below...
9-
- `bash ./scrypto/manifests/global1.sh` Global 1 focuses on testing liquidations, shield deposits, shield reward distributions
10-
- `bash ./scrypto/manifests/global2.sh` Global 2 focuses on testing and showcasing the redeem_usds method that allows any user who may or may not have a loan with the platform to redeem USDS for the going market rate of XRD. This allows USDS to maintain a 1:1 peg with USD.
11-
- `bash ./scrypto/manifests/global3.sh` Global 3 focuses on testing scrilla staking and scrilla reward distribution of platform fees
9+
- `bash ./manifests/global1.sh` Global 1 focuses on testing liquidations, shield deposits, shield reward distributions
10+
- `bash ./manifests/global2.sh` Global 2 focuses on testing and showcasing the redeem_usds method that allows any user who may or may not have a loan with the platform to redeem USDS for the going market rate of XRD. This allows USDS to maintain a 1:1 peg with USD.
11+
- `bash ./manifests/global3.sh` Global 3 focuses on testing scrilla staking and scrilla reward distribution of platform fees
1212

1313
These generic bash scripts cycle through methods for testing this dapp in various scenarios providing notes and tests about what is happening with each method. These were created for testing purposes to make sure the math behind the methods is working, but they turned out to be a great way to showcase the functionality to whoever may be looking into this platform. Some methods such as scrilla staking to earn platform fees require multiple accounts, many method calls, and liquidations to happen which is difficult to manage without these automated scripts.
1414

0 commit comments

Comments
 (0)