Skip to content

Commit ccfbd22

Browse files
authored
Update README.md
1 parent 45fe5e1 commit ccfbd22

File tree

1 file changed

+31
-29
lines changed

1 file changed

+31
-29
lines changed

neverland/tests/setup_environment/README.md

Lines changed: 31 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ DemoTools Component allows tester to mint Asset NFs as well as update SBT data,
1010

1111

1212
N.B."Instructions" data tabs within Transactions output as well as other empty fields have been intentionally obmitted.
13+
1314
-------------------------------------------------------------------------------------------
1415
# Index
1516
-------------------------------------------------------------------------------------------
@@ -234,14 +235,14 @@ New Entities: 6
234235
[Back Up](#index)
235236
#
236237
### Part_4
237-
# Setup two LandData Components to mint two distinct SBT NFT resources referring to
238-
# two distinct lands: Neverland and Mahoroba.
239-
#
240-
# Register five account as Neverland users by storing a SBT on their account interacting
241-
# with Neverland LandData Component method ```register_user```
242-
#
243-
# Register five account as Neverland users by storing a SBT on their account interacting
244-
# with Mahoroba LandData Component method ```register_user```
238+
### Setup two LandData Components to mint two distinct SBT NFT resources referring to
239+
### two distinct lands: Neverland and Mahoroba.
240+
###
241+
### Register five account as Neverland users by storing a SBT on their account interacting
242+
### with Neverland LandData Component method ```register_user```
243+
###
244+
### Register five account as Neverland users by storing a SBT on their account interacting
245+
### with Mahoroba LandData Component method ```register_user```
245246
-------------------------------------------------------------------------------------------
246247

247248
>cd instantiate_components_transaction_manifest
@@ -689,9 +690,9 @@ New Entities: 0
689690
[Back Up](#index)
690691
#
691692
### Part_11
692-
# Setup a Neverland HouseHub Component & insert Asset NFT merge data
693-
# Mint a badge on AssetFarm to perform Land NFT upgrade when a new building project is realized within HouseHub Component
694-
# Mint a badge on AssetFarm to perform Land NFTs merge when related method is called by HouseHub Component
693+
### Setup a Neverland HouseHub Component & insert Asset NFT merge data
694+
### Mint a badge on AssetFarm to perform Land NFT upgrade when a new building project is realized within HouseHub Component
695+
### Mint a badge on AssetFarm to perform Land NFTs merge when related method is called by HouseHub Component
695696
-------------------------------------------------------------------------------------------
696697

697698
>cd instantiate_components_transaction_manifest
@@ -722,6 +723,7 @@ New Entities: 7
722723
>update data on ```insert_merge_data```
723724
724725
>```insert_merge_data.sh```
726+
```
725727
|
726728
Transaction Status: COMMITTED SUCCESS
727729
Transaction Fee: 0.0570704 XRD burned, 0.00285352 XRD tipped to validators
@@ -788,8 +790,8 @@ New Entities: 0
788790
[Back Up](#index)
789791
#
790792
### Part_12
791-
# Setup a MarketplaceVault component to deposit AssetSquare component accrued gains
792-
# (without incurring in unallowed reentrancy issues)
793+
## Setup a MarketplaceVault component to deposit AssetSquare component accrued gains
794+
## (without incurring in unallowed reentrancy issues)
793795
-------------------------------------------------------------------------------------------
794796

795797
>cd instantiate_components_transaction_manifest
@@ -877,8 +879,8 @@ New Entities: 0
877879
[Back Up](#index)
878880
#
879881
### Part_14
880-
# Setup two AssetSquare components, a Neverland one and a Mahoroba one, link them through
881-
# Caller Badge storing allowing them to invoke each other's methods.
882+
## Setup two AssetSquare components, a Neverland one and a Mahoroba one, link them through
883+
## Caller Badge storing allowing them to invoke each other's methods.
882884
-------------------------------------------------------------------------------------------
883885

884886
>cd instantiate_components_transaction_manifest
@@ -1107,17 +1109,17 @@ on Mahoroba you need to set it up and update its MarketplaceVault component addr
11071109
[Back Up](#index)
11081110
#
11091111
### Part_15
1110-
# Transfer SBT Updater Badge from LandData Component to others Neverland environment Components allowing them to update data
1111-
# of user's SBT.
1112-
#
1113-
# List of Neverland Components able to update SBT data:
1114-
#
1115-
# Academy, AssetSquare, House Hub, LandAuction, DemoTols,
1116-
# although the latter is only a test component to mint some Asset NFT and manipulate some data to
1117-
# perform some isolated tests without having to set up the entire environment.
1118-
#
1119-
# A SBT updater Badge is also sent to Mahoroba AssetSquare Component from Mahoroba AssetSquare LandData Component
1120-
# to allow SBT data update on Mahoroba users who buy Asset NFTs on Neverland AssetSquare.
1112+
### Transfer SBT Updater Badge from LandData Component to others Neverland environment Components allowing them to update data
1113+
### of user's SBT.
1114+
###
1115+
### List of Neverland Components able to update SBT data:
1116+
###
1117+
### Academy, AssetSquare, House Hub, LandAuction, DemoTols,
1118+
### although the latter is only a test component to mint some Asset NFT and manipulate some data to
1119+
### perform some isolated tests without having to set up the entire environment.
1120+
###
1121+
### A SBT updater Badge is also sent to Mahoroba AssetSquare Component from Mahoroba AssetSquare LandData Component
1122+
### to allow SBT data update on Mahoroba users who buy Asset NFTs on Neverland AssetSquare.
11211123
-------------------------------------------------------------------------------------------
11221124

11231125
>cd land_data_transaction_manifest
@@ -1156,9 +1158,9 @@ New Entities: 0
11561158
[Back Up](#index)
11571159
#
11581160
### Part_16
1159-
# Setup a DemoTools Component, not mandatory as unused within current test session, however useful if someone
1160-
# wish to test various methods through different Neverland enviroment Components without perform a complete setup,
1161-
# as it allow tester to mint Asset NFs as well as update SBT data, once stored a SBT Updater Badge within his vault.
1161+
## Setup a DemoTools Component, not mandatory as unused within current test session, however useful if someone
1162+
## wish to test various methods through different Neverland enviroment Components without perform a complete setup,
1163+
## as it allow tester to mint Asset NFs as well as update SBT data, once stored a SBT Updater Badge within his vault.
11621164
--------------------------------------------------------------------------------------------------------------------
11631165

11641166
demo_tools_instantiate.sh

0 commit comments

Comments
 (0)