Registration
Last updated
Last updated
Here we'll go step-by-step on how to opt-in into NFFL. It's a quick and easy process that will allow you to start contributing to the network once the testnet starts functioning.
The opt-in process is not hardware-intensive - you should be able to do it with little to no specific requirements. If you wish to use the same setup to run the operator in the future, you can follow the hardware requirements on .
At this initial testnet stage, operators need to be whitelisted. If you are interested and have not already been whitelisted, please contact the NFFL team!
Complete the EigenLayer CLI installation and registration .
Install .
Clone the NFFL repository and execute the following.
.env
fileYou should have something similar to this in your .env
:
For registering, set your EigenLayer ECDSA and BLS key passwords in the ECDSA_KEY_PASSWORD
and BLS_KEY_PASSWORD
fields.
Now, in setup/plugin/config/operator.yaml
, set your operator_address
and double-check the contract addresses.
Now, simply run ./register.sh
! This will fetch our latest operator plugin container and run it with the --operation-type opt-in
flag. It will opt-in your operator into NFFL.
You'll need to refer to the again before running the node for other important fields.