-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: review and update all info boxes (#1435)
* feat: review and update all info boxes Signed-off-by: Eugene Panteleymonchuk <[email protected]> * Fix lint. Signed-off-by: Eugene Panteleymonchuk <[email protected]> * feat: updates after PR review. Signed-off-by: Eugene Panteleymonchuk <[email protected]> * feat: lint update Signed-off-by: Eugene Panteleymonchuk <[email protected]> * feat: update output & search texts Signed-off-by: Eugene Panteleymonchuk <[email protected]> * feat: remove duplicated nft Signed-off-by: Eugene Panteleymonchuk <[email protected]> * feat: switch links Signed-off-by: Eugene Panteleymonchuk <[email protected]> * fix: links and hex * docs: remove unnecessary block metadata info --------- Signed-off-by: Eugene Panteleymonchuk <[email protected]> Co-authored-by: Bran <[email protected]> Co-authored-by: Branko Bosnic <[email protected]> Co-authored-by: Begoña Álvarez de la Cruz <[email protected]>
- Loading branch information
1 parent
e4be147
commit 34451e6
Showing
20 changed files
with
169 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
client/src/assets/modals/nova/address/associated-outputs.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"title": "Associated Outputs", | ||
"description": "<p>All outputs that have unlock conditions or features which refer to this address.</p>" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"title": "Address", | ||
"description": "<p>Addresses are similar to a personal account, something viewable and sendable to people you want to do business with. This personal account belongs to a seed. In the world of cryptography, a seed refers to a 'private key'. Simply put, you have the seed (your private key) keeping your address (your account) safe.</p>", | ||
"links": [ | ||
{ | ||
"label": "Read more", | ||
"href": "https://wiki.iota.org/learn/smart-contracts/accounts-addresses-and-fees/", | ||
"isExternal": true | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"title": "Native Tokens", | ||
"description": "<p>Native Tokens is a custom, user-defined tokens. Fungible tokens, called native tokens, are minted and melted in token foundries. You can think of them as of a custom currency. The list of Native Tokens in Basic, Alias, NFT and Foundry Outputs is replaced by a Native Token Feature that holds a single Native Token which can only be present in Basic and Foundry Outputs.</p>", | ||
"links": [ | ||
{ | ||
"label": "Read more", | ||
"href": "https://wiki.iota.org/learn/protocols/stardust/core-concepts/multi-asset-ledger/#native-tokens", | ||
"isExternal": true | ||
}, | ||
{ | ||
"label": "Native Token", | ||
"href": "https://github.com/iotaledger/tips/blob/tip38/tips/TIP-0038/tip-0038.md", | ||
"isExternal": true | ||
} | ||
] | ||
} |
11 changes: 11 additions & 0 deletions
11
client/src/assets/modals/nova/address/transaction-history.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"title": "Transaction History", | ||
"description": "<p>The history of all transactions for this address. It displays all blocks that consume or create outputs targeting this address.</p>", | ||
"links": [ | ||
{ | ||
"label": "Read more", | ||
"href": "https://wiki.iota.org/learn/protocols/iota2.0/core-concepts/data-structures/#transactions", | ||
"isExternal": true | ||
} | ||
] | ||
} |
16 changes: 16 additions & 0 deletions
16
client/src/assets/modals/nova/block/transaction-payload.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"title": "Transaction Payload", | ||
"description": "<p>This block is a transaction: the outputs on the left got consumed to create outputs on the right. You can find the owners of the new outputs in their address unlock conditions.</p>", | ||
"links": [ | ||
{ | ||
"label": "Read more", | ||
"href": "https://wiki.iota.org/shimmer/introduction/explanations/ledger/simple_transfers", | ||
"isExternal": true | ||
}, | ||
{ | ||
"label": "IOTA 2.0 Transaction Payload", | ||
"href": "https://github.com/iotaledger/tips/blob/tip45/tips/TIP-0045/tip-0045.md", | ||
"isExternal": true | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"title": "Metadata", | ||
"description": "<p>IRC27 is a series of standards to support interoperable and universal NFT systems throughout the IOTA ecosystem, to provide a more robust and secure system for creators and buyers.</p>", | ||
"links": [ | ||
{ | ||
"label": "Read more", | ||
"href": "https://github.com/iotaledger/tips/blob/main/tips/TIP-0027/tip-0027.md", | ||
"isExternal": true | ||
}, | ||
{ | ||
"label": "Nft Output", | ||
"href": "https://github.com/iotaledger/tips/blob/tip43/tips/TIP-0043/tip-0043.md#nft-output", | ||
"isExternal": true | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"title": "Non-fungible Tokens (NFTs)", | ||
"description": "<p>Non-fungible tokens, so-called NFTs, are different from native tokens because each token must be unique and must have some immutable data attached to them.</p>", | ||
"links": [ | ||
{ | ||
"label": "Read more", | ||
"href": "https://wiki.iota.org/learn/protocols/stardust/core-concepts/multi-asset-ledger/#non-fungible-tokens-nfts", | ||
"isExternal": true | ||
}, | ||
{ | ||
"label": "NFT Output", | ||
"href": "https://github.com/iotaledger/tips/blob/tip43/tips/TIP-0043/tip-0043.md", | ||
"isExternal": true | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"title": "An Anchor Output", | ||
"description": "<p>An Anchor Output represents an output in the ledger with two control levels and a permanent Anchor Address. The anchor owns other outputs that are locked under Anchor Address. The anchor keeps track of state transitions (State Index counter) and can be used to anchor layer 2 state as metadata into the UTXO ledger. The Anchor ID, the unique identifier, is generated deterministically by the protocol and is not allowed to change in any future state transitions.</p>", | ||
"links": [ | ||
{ | ||
"label": "Read more", | ||
"href": "https://github.com/iotaledger/tips/blob/tip54/tips/TIP-0054/tip-0054.md", | ||
"isExternal": true | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"title": "Foundries", | ||
"description": "<p>A foundry output is an output that controls the supply of user defined native tokens. It can mint and melt tokens according to the policy defined in the Token Scheme field of the output. Foundries can only be created and controlled by accounts.</p>", | ||
"links": [ | ||
{ | ||
"label": "Read more", | ||
"href": "https://github.com/iotaledger/tips/blob/tip44/tips/TIP-0044/tip-0044.md#foundry-output", | ||
"isExternal": true | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"title": "Output", | ||
"description": "<p>Unspent outputs define the owner of the tokens, the kind of tokens and their amount, as well as conditions by which you can unlock them.</p>", | ||
"links": [ | ||
{ | ||
"label": "Read more", | ||
"href": "https://wiki.iota.org/introduction/stardust/explanations/what_is_stardust/rethink_utxo", | ||
"isExternal": true | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"title": "Search Criteria", | ||
"description": "<p>All hex searches work with and without 0x prefix.<br />The following formats are supported:</p><ol><li><b>Blocks</b> 74 Hex characters</li><li><b>Block using Transaction Id</b> 74 Hex characters</li><li><b>Account Id</b> 66 Hex characters</li><li><b>Nft Id</b> 66 Hex characters</li><li><b>Anchor Id</b> 66 Hex characters</li><li><b>Delegation Id</b> 66 Hex characters</li><li><b>Foundry Id</b> 78 Hex characters</li><li><b>Outputs</b> 78 Hex characters</li><li><b>Addresses</b> Bech32 Format</li><li><b>SlotIndex</b> a unique index number</li><li><b>Slot Commitment ID</b> the identifier of the slot this block commits to.</li><li><b>Epoch</b> a unique index number</li><li><b>Token Id</b> 78 Hex characters</li></ol>" | ||
} |
Oops, something went wrong.