# StealthTest

## StealthTest

- [Welcome to StealthTest](https://docs.stealthtest.com/welcome-to-stealthtest.md): The End-to-End Solution for Web3 Development
- [Faucet](https://docs.stealthtest.com/features-and-fundamentals/faucet.md): A guide to understanding the StealthTest faucet.
- [Logs](https://docs.stealthtest.com/features-and-fundamentals/logs.md): A brief overview of what you'll find in our transaction log
- [Advanced Block Explorer](https://docs.stealthtest.com/features-and-fundamentals/logs/advanced-block-explorer.md): A look into our advanced block explorer, an extension of our Logs feature
- [Test Wallets](https://docs.stealthtest.com/features-and-fundamentals/test-wallets.md): Understanding network specific test wallets
- [Teams & User Roles](https://docs.stealthtest.com/features-and-fundamentals/teams-and-user-roles.md): A brief overview of teams and user roles within your StealthTest account
- [How to Create a Team](https://docs.stealthtest.com/features-and-fundamentals/teams-and-user-roles/how-to-create-a-team.md): A step-by-step guide for creating and accessing a team in StealthTest.
- [Smart Contract Repository](https://docs.stealthtest.com/features-and-fundamentals/smart-contract-repository.md): A look into StealthTest's repository of smart contracts
- [StealthTest API Reference Overview](https://docs.stealthtest.com/stealthtest-api/stealthtest-api-reference-overview.md): Learn about our StealthTest API and how to access your API key
- [API Reference](https://docs.stealthtest.com/stealthtest-api/api-reference.md): StealthTest API is built to allow organizations that want to integrate StealthTest into their workflows.
- [Get Environments](https://docs.stealthtest.com/stealthtest-api/api-reference/get-environments.md): Returns a list of environments running currently for your Team.
- [Get Environment](https://docs.stealthtest.com/stealthtest-api/api-reference/get-environment.md): Returns a specific environment running currently for your Team.
- [Create Environment](https://docs.stealthtest.com/stealthtest-api/api-reference/create-environment.md): Creates an environment for your team to access and use within seconds.
- [Delete Environment](https://docs.stealthtest.com/stealthtest-api/api-reference/delete-environment.md): Deletes an existing environment that is currently running. This endpoint should be used after you are running tests in CI/CD, or want to shutdown specific environments that are no longer needed.
- [Get Wallet Information](https://docs.stealthtest.com/stealthtest-api/api-reference/get-wallet-information.md): Requests wallet information for a given network. Returns the token balance, public address. Can be executed to validate when wallets are used for transactions and to confirm balances after.
- [Fund Wallet](https://docs.stealthtest.com/stealthtest-api/api-reference/fund-wallet.md): Funds a wallet on an existing network that you currently have running.
- [API Management](https://docs.stealthtest.com/stealthtest-api/api-management.md): StealthTest provides an easy way to manage your API Access. This ensures you never have to worry about how the API is being accessed
- [Connecting to StealthTest Networks](https://docs.stealthtest.com/stealthtest-guides/connecting-to-stealthtest-networks.md): Collection of guides for connecting to your private test networks based on your preferred web3 wallet provider.
- [Metamask](https://docs.stealthtest.com/stealthtest-guides/connecting-to-stealthtest-networks/metamask.md): A quick step-by-step guide for connecting your private Stealthtest network to Metamask
- [Thirdweb](https://docs.stealthtest.com/stealthtest-guides/connecting-to-stealthtest-networks/thirdweb.md): A quick step-by-step guide for adding your private Stealthtest network to your Thirdweb dashboard.
- [Coinbase Wallet](https://docs.stealthtest.com/stealthtest-guides/connecting-to-stealthtest-networks/coinbase-wallet.md): A quick step-by-step guide for connecting Coinbase Wallet to your private StealthTest network
- [Test Wallet Import](https://docs.stealthtest.com/stealthtest-guides/test-wallet-import.md): Collection of guides for how to import a specific type of test wallet into popular solutions.
- [Metamask Wallet Import](https://docs.stealthtest.com/stealthtest-guides/test-wallet-import/metamask-wallet-import.md): Importing your Ethereum and Polygon wallets.
- [Testing with Remix](https://docs.stealthtest.com/stealthtest-guides/testing-with-remix.md): A step-by-step guide showing how to configure and deploy a simple smart contract to your private StealthTest environment.
- [Testing with Truffle](https://docs.stealthtest.com/stealthtest-guides/testing-with-truffle.md): A step-by-step guide for creating a Truffle project and deploying it to your private StealthTest environment.
- [Testing with Hardhat](https://docs.stealthtest.com/stealthtest-guides/testing-with-hardhat.md): A step-by-step guide for creating a Hardhat project and deploying it to your private StealthTest environment.
- [Testing with Brownie](https://docs.stealthtest.com/stealthtest-guides/testing-with-brownie.md): A step-by-step guide for creating a Brownie project and deploying it to your private StealthTest environment.
- [Testing with Web3.js + Cypress](https://docs.stealthtest.com/stealthtest-guides/testing-with-web3.js-+-cypress.md): A step-by-step guide for creating an E2E automation project and using your private StealthTest environment.
