Nautilus Testnet

Information about how you can connect to Nautilus Testnet.

Nautilus Proteus Testnet(Beta)

Faucet Usage Example:

To obtain test tokens from the faucet, follow these steps:

  1. Open your command line interface.

  2. Execute the following code:

curl -X POST https://faucet.proteus.nautchain.xyz/request_neon
 -H 'Content-Type: application/json' -d '{ "wallet": "YOUR_ADDRESS", "amount": 1 }'

Make sure to replace "YOUR_ADDRESS" with your actual wallet address. This command sends a POST request to the faucet API, requesting 1 test token to be sent to the specified wallet address.

By using the faucet, you can acquire test tokens to experiment and test your application on the network.

Contract Verification:

https://docs.modular.cloud/verification

Last updated