# Testing Quark testnet
## Upload contracts
* At first get atrifacts from https://github.com/neutron-org/neutron-contracts/tree/main/artifacts
* Upload them to your node
## Get some junox
You don't have `junox` you can go through the following steps:
* if you don't have Keplr [install it](https://www.keplr.app/)
* if you don't have umi (Juno's testnet) in your Keplr go to [Junomint](https://junomint.com/), click "Connect Keplr" on the top-left and select "Juno Testnet", then proceed whith adding this network
* copy your Uni address
* go to [Faucet](https://faucet.roguenet.io/) and get your `junox`
## Get your connection-id
* install hermes
* connect to juno
* bla, bla
## Test
* Upload [testing script](https://github.com/neutron-org/neutron-contracts/blob/fae4fbfb6496fb9eeea6e7a3b39dfb0816a4a6fe/validator_test.sh) to your node
* run this script on your server `./validator_test.sh /place/where/contracts/were/uploaded/to/neutron_validators_test.wasm YOUR_CONNECTION_ID`
* follow the script instructions
* in case of error contact dev team via [Discord](https://discord.com/channels/986573321023942708/1030044052529352724) or [Telegram](https://t.me/neutron_community)