Developer Resources
Community Channels
Technical Support
Join our Discord for technical help and discussions in the #developers channel.
Bug Bounty
Found a security vulnerability? Report it through our Immunefi bug bounty program.
Technical Questions
I think I’ve found a vulnerability, what should I do?
Check out our bug bounty program on Immunefi.Where is the block explorer?
We recommend using the following block explorers:- Mintscan Explorer:
- Celatone Smart Contract Explorer: Provides a great UI to upload, query and execute contracts.
Where can I download the latest snapshots?
If you’re looking to spin up your own archive node, our snapshot service provides a convenient solution, enabling you to skip syncing from scratch. We also offer small pruned snapshots for quick server bootstrapping.Where can I get the public REST and RPC nodes?
You can check the Cosmos Chain Registry for public endpoints: For a list of available endpoints, see our Endpoints Reference.How can I check the current status of Neutron’s RPCs?
For the most current information on the status of our RPCs and any scheduled maintenance, please visit our Neutron Status page. This page provides real-time updates and alerts regarding the operational status of all Neutron services.What CosmWasm version is used?
We are using a patched 0.51.0 version of wasmd.I’m getting “out of gas” errors when querying smart contracts. How do I fix this?
If you encounter errors like:-
General Cosmos SDK Query Gas Limit (
query-gas-limit
in root of app.toml): -
CosmWasm Specific Query Gas Limit (
wasm.query_gas_limit
in [wasm] section):
wasm.query_gas_limit
setting in your app.toml
:
- Use underscores (
query_gas_limit
) for wasm configuration, not dashes (query-gas-limit
) - The wasm setting is in the
[wasm]
section, not at the root level - This setting can also be configured as a command line flag:
--wasm.query_gas_limit=100000000
Where is the testnet faucet?
You can request tokens from the Testnet (pion-1) Faucet through two channels:- Discord: Post in the #testnet-faucet channel on Neutron’s Discord server with the command:
$request <NEUTRON-ADDRESS>
- Telegram: Use the Telegram Faucet Bot with the command:
/request <NEUTRON-ADDRESS>
<NEUTRON-ADDRESS>
is a neutron1******
generated address.