You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Init an iExec project from any github repository: iexec init my_project --repo <github_repo_url>. The default repo is the iExec official dapp samples repository
Warn on iexec init if there is an existing local repository.
The wallet can now send ETH and RLC. Ex:
iexec wallet sendETH 10 --to <eth_addrress>
iexec wallet sendRLC 10 --to <eth_addrress>
iexec wallet sweep --to <eth_addrress> drain the wallet and send all ETH + RLC to an addresse. By default, it sends back to the iExec faucet.
Add a direct data upload method iexec apps uploadData <path>