Ante
Ante v0.5
Ante v0.5
  • Welcome to Ante v0.5
  • How Ante works
  • Why use Ante?
    • How is Ante different?
    • What does Ante cost to use?
  • What's in Ante v0.5?
  • Using the Ante App
    • Navigating Ante
    • How to Stake
    • How to Challenge & Check Tests
    • The Decentralized Trust Score
      • Decentralized Trust Tiers
    • Deposit Limits
  • For Developers
    • Writing an Ante Test
      • Coming up with an invariant
      • Explaining IAnteTest.sol and AnteTest.sol
      • Ante Test Examples
      • Writing and Testing an Ante Test
      • Test an Ante Test Offline
      • Adding an Ante Test to Ante Github
      • Development FAQs
    • Integrating Ante
      • Integrate Ante using React
      • Integrate Ante using HTML
    • Deploying an Ante Test
      • Deploy an Ante Test
      • Create an Ante Pool
      • Verifying an Ante Pool
    • Contracts
  • About Ante
    • FAQs
    • Glossary
    • Security
    • Possible Future Work
    • Changelog
    • Terms of Service
Powered by GitBook
On this page
  • Testing Locally
  • Testing Online
  1. For Developers
  2. Writing an Ante Test

Test an Ante Test Offline

Testing an Ante Test before official deployment

PreviousWriting and Testing an Ante TestNextAdding an Ante Test to Ante Github

Last updated 3 years ago

Testing Locally

The most basic method to test your new Ante Test is to run a local blockchain, compile your Solidity code, and deploy the contracts to the local blockchain to make sure that works.

As long as the Ante Test compiles and can be deployed to the local network, you're ready than to deploy to the mainnet.

Our recommended method using the Ante Community Repo:

Testing Online

is an online IDE option for writing and compiling solidity code. Bringing in the Ante Test that you've written, you can write it in Remix as an easy, quick option to write, compile, and deploy to a test network such as Kovan or Rinkeby to see if it works.

Like before, once the Ante Test compiles and can be deployed to a test network through the Remix IDE, then you're ready to deploy to mainnet.

Remix
Local Testing