@@ -10,6 +10,7 @@ DemoTools Component allows tester to mint Asset NFs as well as update SBT data,
10
10
11
11
12
12
N.B."Instructions" data tabs within Transactions output as well as other empty fields have been intentionally obmitted.
13
+
13
14
-------------------------------------------------------------------------------------------
14
15
# Index
15
16
-------------------------------------------------------------------------------------------
@@ -234,14 +235,14 @@ New Entities: 6
234
235
[ Back Up] ( #index )
235
236
#
236
237
### 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 ```
245
246
-------------------------------------------------------------------------------------------
246
247
247
248
> cd instantiate_components_transaction_manifest
@@ -689,9 +690,9 @@ New Entities: 0
689
690
[ Back Up] ( #index )
690
691
#
691
692
### 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
695
696
-------------------------------------------------------------------------------------------
696
697
697
698
> cd instantiate_components_transaction_manifest
@@ -722,6 +723,7 @@ New Entities: 7
722
723
> update data on ``` insert_merge_data ```
723
724
724
725
> ``` insert_merge_data.sh ```
726
+ ```
725
727
|
726
728
Transaction Status: COMMITTED SUCCESS
727
729
Transaction Fee: 0.0570704 XRD burned, 0.00285352 XRD tipped to validators
@@ -788,8 +790,8 @@ New Entities: 0
788
790
[ Back Up] ( #index )
789
791
#
790
792
### 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)
793
795
-------------------------------------------------------------------------------------------
794
796
795
797
> cd instantiate_components_transaction_manifest
@@ -877,8 +879,8 @@ New Entities: 0
877
879
[ Back Up] ( #index )
878
880
#
879
881
### 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.
882
884
-------------------------------------------------------------------------------------------
883
885
884
886
> cd instantiate_components_transaction_manifest
@@ -1107,17 +1109,17 @@ on Mahoroba you need to set it up and update its MarketplaceVault component addr
1107
1109
[ Back Up] ( #index )
1108
1110
#
1109
1111
### 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.
1121
1123
-------------------------------------------------------------------------------------------
1122
1124
1123
1125
> cd land_data_transaction_manifest
@@ -1156,9 +1158,9 @@ New Entities: 0
1156
1158
[ Back Up] ( #index )
1157
1159
#
1158
1160
### 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.
1162
1164
--------------------------------------------------------------------------------------------------------------------
1163
1165
1164
1166
demo_tools_instantiate.sh
0 commit comments