diff --git a/docs/source/application_development/testnet.rst b/docs/source/application_development/testnet.rst index 4bb1d1402..32c330aff 100644 --- a/docs/source/application_development/testnet.rst +++ b/docs/source/application_development/testnet.rst @@ -2,8 +2,48 @@ Lynx Testnet ============= -NuCypher provides a public Long-Term Support testnet as a stable playground for network users -(e.g., Alices wishing to create sharing policies). Running on Ethereum Goerli testnet. +NuCypher provides a public Long-Term Support testnet running on the ethereum Goerli testnet as a stable playground +for application development and network users (e.g., Alices wishing to create sharing policies, grant & Retrieve, etc.). + +.. note:: + + Lynx testnet tokens can are not needed to use nucypher as Alie, Bob, or Enrico. If you'd like to + volunteer to run an Lynx testnet node, reach out to the team on our `Discord server `_. + +.. note:: + + Goerli ETH is required to use the Lynx testnet. + + +Alice and Bob can be configured to use the lynx testnet using the command line: + +.. code:: + + # + # Alice + # + + # While creating a new alice + $ nucypher alice init --network lynx --provider + + # Update an existing alice + $ nucypher alice config --network lynx --provider + + + # + # Bob + # + + # While creating a new bob + $ nucypher bob init --network lynx --provider + + # Update an existing bob + $ nucypher bob config --network lynx --provider + + + +Deployments +----------- * `NuCypherToken 0x02B50E38E5872068F325B1A7ca94D90ce2bfff63 `_ * `StakingEscrow (Dispatcher) 0x40Ca356d8180Ddc21C82263F9EbCeaAc6Cad7250 `_ diff --git a/docs/source/staking/testnet.rst b/docs/source/staking/testnet.rst index 84c1bcb70..dea85c1eb 100644 --- a/docs/source/staking/testnet.rst +++ b/docs/source/staking/testnet.rst @@ -2,10 +2,49 @@ Ibex Testnet ============= -NuCypher provides a Public testnet for stakers & node operators learning how to +NuCypher provides a Public testnet running on the ethereum Rinkeby testnet meant for stakers & node operators learning how to create and manage stakes, setting up a node), as well as for internal development purposes. -Running on Ethereum Rinkeby testnet. +.. note:: + + Testnet tokens can be obtained by joining the `Discord server `_ and typing + ``.getfunded `` in the #testnet-faucet channel. + +.. note:: + + Rinkeby ETH is required to use the Ibex testnet. + + +Stakers and Workers can be configured to use the ibex testnet using the command line: + +.. code:: + + # + # Staker + # + + # While creating a new staker + $ nucypher stake init-stakeholder --network ibex --provider + + # Update an existing staker + $ nucypher stake config --network ibex --provider + + + # + # Worker + # + + # While creating a new worker + $ nucypher ursula init --network ibex --provider + + # Update an existing worker + $ nucypher ursula config --network ibex --provider + + + +Deployments +----------- + * `NuCypherToken 0x78D591D90a4a768B9D2790deA465D472b6Fe0f18 `_ * `StakingEscrow (Dispatcher) 0x6A6F917a3FF3d33d26BB4743140F205486cD6B4B `_