Mainnet Execution Simulation
What you'll learn
What is Mainnet execution simulation?
Enable MXS in your project
[repl.remote_data]
# Enable mainnet execution simulation
enabled = true
# Specify the Stacks block height to fork from
initial_height = 522000
# API URL (optional, defaults to https://api.hiro.so)
api_url = 'https://api.hiro.so'Using mainnet addresses
Configure API access
Write tests with mainnet data
Try it out
Common issues
Testing in the playground
1
2
Last updated
Was this helpful?