🏒Smart Contract Repository

A look into StealthTest's repository of smart contracts

Overview

StealthTest now offers a repository of popular smart contracts ready for immediate deployment to your StealthTest environment. Choose from a growing collection of verified contracts and protocols, such as ERC-20, Uniswap, and Chainlink. With just one click, users can deploy these contracts, accessible both from the environment Dashboard and the Contracts page.

Verified refers to source code verification, which is the process of matching the contract's source code to it's on-chain bytecode, ensuring transparency and security.

Deployment

Deployment is truly as easy as the click of a button. Select 'DEPLOY' and our system will handle the rest. Once the contract has successfully deployed, it will show up in your list of deployed contracts on the Dashboard.

Users are not limited to our repository for contract deployment. They can deploy their own custom contract using their unique StealthTest RPC, and upon successful deployment, the contract will be listed within the Dashboard.

Contract Details View

Selecting any contract repository tile will bring up the Contract Details view. From there, users can view and copy contract details including source code, ABI, and bytecode.

Repository Details

ContractDescriptionStatus

Stealth Token (ERC-20)

Stealth Token is an ERC-20 coin that can be traded or burned. This is perfect for beginner DeFi developers interested in testing a coin launch without the need for configuration.

ACTIVE

Uniswap

UniswapV3Factory protocol allows users to create and manage Uniswap V3 liquidity pools. This is ideal for the advanced DeFi developer interested in building lending pools on top of Uniswap protocol.

ACTIVE

Chainlink VRF

Chainlink VRF provides cryptographically secure randomness for your smart contracts. A major use case for VRF is randomizing an NFT mint, so the next minted token can’t be predicted. This is also helpful in gaming and gambling applications where randomness is a large factor.

ACTIVE

ERC-721

ERC-721 is a standard template contract for creating non-fungible tokens on Ethereum. This contract is a blank slate, which allows the user to customize their NFT with any attributes they want, perfect for an NFT developer at the start of their journey.

COMING SOON

Last updated

Logo