mirror of https://github.com/nucypher/nucypher.git
Expand testnet docs in thier individual domains
parent
da51afd987
commit
8f23bb2450
|
@ -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 <https://discord.gg/7rmXa3S>`_.
|
||||
|
||||
.. 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 <GOERLI PROVIDER URI>
|
||||
|
||||
# Update an existing alice
|
||||
$ nucypher alice config --network lynx --provider <GOERLI PROVIDER URI>
|
||||
|
||||
|
||||
#
|
||||
# Bob
|
||||
#
|
||||
|
||||
# While creating a new bob
|
||||
$ nucypher bob init --network lynx --provider <GOERLI PROVIDER URI>
|
||||
|
||||
# Update an existing bob
|
||||
$ nucypher bob config --network lynx --provider <GOERLI PROVIDER URI>
|
||||
|
||||
|
||||
|
||||
Deployments
|
||||
-----------
|
||||
|
||||
* `NuCypherToken 0x02B50E38E5872068F325B1A7ca94D90ce2bfff63 <https://goerli.etherscan.io/address/0x02B50E38E5872068F325B1A7ca94D90ce2bfff63>`_
|
||||
* `StakingEscrow (Dispatcher) 0x40Ca356d8180Ddc21C82263F9EbCeaAc6Cad7250 <https://goerli.etherscan.io/address/0x40Ca356d8180Ddc21C82263F9EbCeaAc6Cad7250>`_
|
||||
|
|
|
@ -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 <https://discord.gg/7rmXa3S>`_ and typing
|
||||
``.getfunded <YOUR_STAKER_ETH_ADDRESS>`` 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 <RINKEBY PROVIDER URI>
|
||||
|
||||
# Update an existing staker
|
||||
$ nucypher stake config --network ibex --provider <RINKEBY PROVIDER URI>
|
||||
|
||||
|
||||
#
|
||||
# Worker
|
||||
#
|
||||
|
||||
# While creating a new worker
|
||||
$ nucypher ursula init --network ibex --provider <RINKEBY PROVIDER URI>
|
||||
|
||||
# Update an existing worker
|
||||
$ nucypher ursula config --network ibex --provider <RINKEBY PROVIDER URI>
|
||||
|
||||
|
||||
|
||||
Deployments
|
||||
-----------
|
||||
|
||||
|
||||
* `NuCypherToken 0x78D591D90a4a768B9D2790deA465D472b6Fe0f18 <https://rinkeby.etherscan.io/address/0x78D591D90a4a768B9D2790deA465D472b6Fe0f18>`_
|
||||
* `StakingEscrow (Dispatcher) 0x6A6F917a3FF3d33d26BB4743140F205486cD6B4B <https://rinkeby.etherscan.io/address/0x6A6F917a3FF3d33d26BB4743140F205486cD6B4B>`_
|
||||
|
|
Loading…
Reference in New Issue