
If you have followed the Axelar setup instructions for getting axelard and tofnd but keep running into a command not found error, try navigating to the folder your binary is in and referring directly to that binary instead of setting up an alias.
Make sure that you have done the following first:
chmod a+x axelard chmod a+x tofnd-darwin-[version]The solution is simple: Don’t symlink or create an alias to the binary. Just cd into the directory that your executable binary is in and run it with its full name.
For example, if you have the executable axelard binary in your Downloads folder, cd into the Downloads folder and run ./axelard version instead of running axelard version from any folder.
To check that things are working:
axelard version, run ./axelard versionaxelard q wasm libwasmvm-version, run ./axelard q wasm libwasmvm-versiontofnd --help, run tofnd-darwin-[version] --help