🔥 Furnace 🔥 Testnet
Randamu's furnace
testnet is an EVM testnet and is available via JSON RPC and Websockets at the following respective URLs:
- https://api.furnace.dcipher.network
- wss://ws.furnace.dcipher.network
Contract addresses​
Our contracts are available on Furnace at the following addresses:
Contract | Address |
---|---|
RandomnessSender Proxy | 0x1c3E82cE0b42c48aE0684938207E68e32A256c04 |
BlocklockSender Proxy | 0xEd925F96790F11678972b0F2c250498D782DDec9 |
SignatureSender Proxy | 0xB4564930153F0Ec9cb8f68E61EAE43de70B2A871 |
DecryptionSender Proxy | 0xF65c9753FCC67b8F6804Cb04b9a0571a4797011b0xF65c9753FCC67b8F6804Cb04b9a0571a4797011b |
RandomnessSender Implementation | 0xe6eFd7db04751EAD20ef113124D4E9D60e0Fe460 |
BlocklockSender Implementation | 0x658d50C2E51827a59bF37eA5C428aB0578D6724f |
SignatureSender Implementation | 0x8aA1B57a24887dbacd6A68F7361eB42c6faac108 |
DecryptionSender Implementation | 0xbdC2dd0Ee110c830A1C6f71C2854e4d6CF61681f |
Testnet faucet​
In order to use the furnace
testnet, you must request tokens from our faucet API by providing your wallet address.
The easiest way to achieve this is by using cURL from your terminal:
curl -XPOST https://hose.dcipher.network/gimme?address=0xdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefde
replacing 0xdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefde
with your wallet address.
note
You will be given a small number of tokens, and have a limit on the number of times you can request tokens per day (by both IP and wallet address). If you need a large number of tokens for some reason, reach out to the team on Telegram or Slack and we can assist you.