- Install SnarkOS (this requires the installation of SnarkOS and its dependencies)
- This CLI requires the
snarkosbinary to be on the environment path. - Deploy the avr.aleo program https://github.com/Apybara/avr-program
- Make sure that the owner of the avr.aleo program has enough funds to pay for the transaction fees.
- Install SnarkOS (this requires the installation of SnarkOS and its dependencies)
- This CLI requires the
snarkosbinary to be on the environment path. - Make sure that the validator has enough funds to pay for the transaction fees.
make build
go to https://github.com/Apybara/avr-program and deploy the aleo program
Note: This command can only be called by the owner of the avr.aleo Program.
./avr-cli register-all-validators --private-key=<owner private key>`Note: This command can only be called by the calling validator.
./avr-cli register-my-validator --name="aleo node" --description="aleo validator node" --website-url="https://aleo.org" --logo-url="https://aleo.org" --validator=aleo1rt3vjrusjvd6wje97efl3ra78k0d6f4c3zn8avuym0qwkl4njv9shhmfsk --private-key=<validator private key>`./avr-cli input-field --value=126207244316550804821666916field
Value: hello world./avr-cli output-field --value="hello world"
Value: 126207244316550804821666916fieldapybara Engineering Team