Skip to content

Commit

Permalink
Replace keywords with tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr-Electron authored Feb 2, 2024
1 parent 767840f commit 44ba50d
Show file tree
Hide file tree
Showing 172 changed files with 172 additions and 172 deletions.
2 changes: 1 addition & 1 deletion docs/build/introduction-docs/stardust/docs/resources.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: Official and Community resources to help you develop and troubleshoot your application.
image: /img/logo/preview.png
keywords:
tags:
- tangle explorer
- discord
- stackExchange
Expand Down
2 changes: 1 addition & 1 deletion docs/build/stronghold.rs/1.1/docs/contribute.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: Contribute to Stronghold by joining the IOTA Stronghold Initiative, reporting a bug or suggesting a new feature in the GitHub repository, or sharing your knowledge on Discord.
image: /img/logo/Stronghold_icon.png
keywords:
tags:
- contribute
- IOTA Stronghold initiative
- github
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: Learn about Stronghold as a concurrent software, the actor model STM with TL2 and RLU.
image: /img/logo/Stronghold_icon.png
keywords:
tags:
- actor model
- rlu
- STM
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: Learn how Stronghold was analyzed to prevent deadlocks from happening.
image: /img/logo/Stronghold_icon.png
keywords:
tags:
- concurrency
- deadlock
- locks
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: Handling secrets at runtime with non-contigouos data types.
image: /img/logo/Stronghold_icon.png
keywords:
tags:
- bojum scheme
- non-contiguous data types
- security
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: Cryptographic procedures
image: /img/logo/Stronghold_icon.png
keywords:
tags:
- security
- procedures
- vault
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: History behind the development of the Stronghold Engine library that reflects upon previous revisions and the lessons learnt.
image: /img/logo/Stronghold_icon.png
keywords:
tags:
- key concepts
- development
- history
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: Runtime extensions
image: /img/logo/Stronghold_icon.png
keywords:
tags:
- apit
- security
- runtime
Expand Down
2 changes: 1 addition & 1 deletion docs/build/stronghold.rs/1.1/docs/getting_started.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: Get started with Stronghold. Prerequisites, how to build and use the library.
image: /img/banner/banner_stronghold.png
keywords:
tags:
- getting started
- open-source
- secure
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: Create a new snapshot on the file system, and generate and store a new Ed25519 key inside the desired location
image: /img/logo/Stronghold_icon.png
keywords:
tags:
- example
- cli
- client crate
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: Derive a new SLIP10 master key with optional size and derive a private/public key pair
image: /img/logo/Stronghold_icon.png
keywords:
tags:
- example
- cli
- client crate
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: Create a new BIP39 seed with an associated mnemonic phrase in the available languages.
image: /img/logo/Stronghold_icon.png
keywords:
tags:
- example
- cli
- client crate
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: Generate an example ED25519 Key Pair inside an ephemeral vault
image: /img/logo/Stronghold_icon.png
keywords:
tags:
- example
- cli
- client crate
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: Generate a new SLIP10 master key with optional size.
image: /img/logo/Stronghold_icon.png
keywords:
tags:
- example
- cli
- client crate
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: Read a snapshot from the file system and retrieve the public key from the stored secret Ed25519 key
image: /img/logo/Stronghold_icon.png
keywords:
tags:
- example
- cli
- client crate
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: Recover a BIP39 seed with an associated mnemonic phrase in the available languages.
image: /img/logo/Stronghold_icon.png
keywords:
tags:
- example
- cli
- client crate
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: You can run Stronghold examples using the command line interface from within the client crate.
image: /img/logo/Stronghold_icon.png
keywords:
tags:
- examples
- cli
- client crate
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: Write a value associated to a key to the vault store, and read it afterwards.
image: /img/logo/Stronghold_icon.png
keywords:
tags:
- example
- cli
- client crate
Expand Down
2 changes: 1 addition & 1 deletion docs/build/stronghold.rs/1.1/docs/how_tos/repl/repl.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: Using the read-evaluate-print loop (REPL) to work with Stronghold interactively
image: /img/logo/Stronghold_icon.png
keywords:
tags:
- example
- repl
- client crate
Expand Down
2 changes: 1 addition & 1 deletion docs/build/stronghold.rs/1.1/docs/reference/overview.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: IOTA Stronghold is a secure software implementation with the sole purpose of isolating digital secrets from exposure to hackers and accidental leaks.
image: /img/banner/banner_stronghold_overview.png
keywords:
tags:
- reference
- rust
- secure
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: This document introduces the high-level specification of Stronghold.
image: /img/logo/Stronghold_icon.png
keywords:
tags:
- reference
- rust
- high level
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: This section describes the scope of the project and includes working documents on engineering and requirements specifications.
image: /img/logo/Stronghold_icon.png
keywords:
tags:
- reference
- documents
- requirements
Expand Down
2 changes: 1 addition & 1 deletion docs/build/stronghold.rs/1.1/docs/reference/specs/scope.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: Stronghold is a secure software implementation with the sole purpose of isolating the seed, private keys, personally identifiable information (PII) and policy records from exposure to the genuinely hostile environment of user devices.
image: /img/logo/Stronghold_icon.png
keywords:
tags:
- reference
- rust
- private key
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: 'Discover how Stronghold models threats using STRIDE and how the different threat levels are handled'
image: /img/logo/Stronghold_icon.png
keywords:
tags:
- threat modeling
- security
- explanation
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: The official client layer of Stronghold provides an Actix actor model system for easy Interface as well as functional pass-through to Stronghold's internal actor system.
image: /img/logo/Stronghold_icon.png
keywords:
tags:
- reference
- rust
- interface
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: The Derive crate contains procedural macros for Stronghold.
image: /img/logo/Stronghold_icon.png
keywords:
tags:
- reference
- rust
- crate
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: Engine is the platform-agnostic collection of low-level modules with which application architects can build higher-level implementations of Strongholds for a variety of purposes.
image: /img/logo/Stronghold_icon.png
keywords:
tags:
- reference
- snapshot
- vault
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: Runtime aims to provide utilities for performing computations as securely as possible with respect to the underlying operating system. The crate provides three primary Types for guarding data; GuardedVec, Guarded, and Secret.
image: /img/logo/Stronghold_icon.png
keywords:
tags:
- reference
- rust
- crate
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: The snapshot crate defines and implements the encrypted offline storage format used by the Stronghold ecosystem.
image: /img/logo/Stronghold_icon.png
keywords:
tags:
- reference
- rust
- crate
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: Store contains a key-value cache for the Stronghold Engine.
image: /img/logo/Stronghold_icon.png
keywords:
tags:
- reference
- rust
- store
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: Vault is an implementation of a secure database for secrets, each database view is a vault which is a collection of records which are all encrypted using the same key.A collection of vaults is called a Stronghold.
image: /img/logo/Stronghold_icon.png
keywords:
tags:
- reference
- rust
- crate
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: In this section we describe individual crates and components of Stronghold.
image: /img/banner/banner_stronghold_structure.png
keywords:
tags:
- reference
- ToC
- crates
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: The Utils crate contains common utilities for the stronghold libraries.
image: /img/logo/Stronghold_icon.png
keywords:
tags:
- reference
- rust
- crate
Expand Down
2 changes: 1 addition & 1 deletion docs/build/stronghold.rs/1.1/docs/welcome.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ secure
database for working with cryptography, which ensures that secrets are never revealed - but can be used according to
best practices.'
image: /img/banner/banner_stronghold.png
keywords:
tags:

- welcome
- open-source
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description: 'How to manage a chain using the Grafana dashboard, a client to receive published events, logging, and
validators.'
image: /img/logo/WASP_logo_dark.png
keywords:
tags:

- Smart Contracts
- Chain
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: 'Setting up a chain: requirements, configuration parameters, validators, and tests.'
image: /img/logo/WASP_logo_dark.png
keywords:
tags:
- Smart Contracts
- Chain
- Set up
Expand Down
2 changes: 1 addition & 1 deletion docs/build/wasp-cli/v1.0.0-rc.6/docs/how-tos/wasp-cli.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: How to configure wasp-cli. Requirements and configuration parameters.
image: /img/logo/WASP_logo_dark.png
keywords:
tags:
- Wasp-cli
- Configuration
- Hornet
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description: 'IOTA Smart Contracts chains keeps a ledger of on-chain account balances. On-chain accounts are identified
by an AgentID.'
image: /img/tutorial/accounts.png
keywords:
tags:

- smart contracts
- on-chain account
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: Compatibility between the ISC EVM layer and existing Ethereum smart contracts and tooling.
image: /img/logo/WASP_logo_dark.png
keywords:
tags:
- smart contracts
- EVM
- Ethereum
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description: 'Existing EVM tooling is compatible and can be used directly with an IOTA Smart Contracts chain running EVM.
You can configure hardhat, metamask, remix, Ether.js and Web3.js among others.'
image: /img/logo/WASP_logo_dark.png
keywords:
tags:

- smart contracts
- chain
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: This guide will help you quickly get started with the [Public Testnet](/build/networks-endpoints/#public-testnet)
image: /img/logo/WASP_logo_dark.png
keywords:
tags:
- quickstart
- developer
- using
Expand Down
2 changes: 1 addition & 1 deletion docs/build/wasp-evm/v1.0.0-rc.6/docs/how-tos/ERC20.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: Solidity smart contract ERC20.
image: /img/logo/WASP_logo_dark.png
keywords:
tags:
- smart contracts
- EVM
- Solidity
Expand Down
2 changes: 1 addition & 1 deletion docs/build/wasp-evm/v1.0.0-rc.6/docs/how-tos/ERC721.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: Create and deploy a Solidity smart contract to mint NFTs using the ERC721 standard.
image: /img/evm/ozw-721.png
keywords:
tags:
- smart contracts
- EVM
- Solidity
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: Solidity smart contract example.
image: /img/logo/WASP_logo_dark.png
keywords:
tags:
- smart contracts
- EVM
- Solidity
Expand Down
Loading

0 comments on commit 44ba50d

Please sign in to comment.