iexec-sdk
iexec-sdk copied to clipboard
CLI and JS library allowing developers to easily interact with the iExec stack
After discussing this [issue](https://github.com/iExecBlockchainComputing/iexec-core/pull/381), it was closed since displaying the stdout of executions is not the responsibility of the scheduler. The suggestion was that the SDK could maybe fetch this...
iExec SDK dont waits for confirmation block when a transaction is mined. Not waiting for block confirmation is the fastest way to perform sequential operations but it makes it sensitive...
As ethers now natively supports `signTypedData` (or `_signTypedData`) we can accept `ether.Signer` in IExec constructor.
I wish I could trigger an app with a custom volume (for bag of task purpose): e.g.: `iexec app run --volume 10 [...]` Is is possible?
Hi, I got an error when run on Ethereum private chain. I built an Ethereum private chain with chainid = 1103. I configured chain.json with '"id": "1103"'. When I type...
Hi, I encountered this error with my private blockchain. Kindly help about the error "Command "iexec info" failed with Web3ProviderCallError: could not detect network"    
In following the instructions at https://docs.iex.ec/for-developers/your-first-app I got to the very end and was confounded when the `dealid` but not the `taskid` were returned. This meant then when I wanted...
Global configuration should be stored in `~/.iexec/` and be overwritable by local configuration. Configuration files: - `chain.json` - `.secrets/`
I propose to add the `show` or/and `deal show` command to the results of `iexec help`, in order to perform the `iexec deal show ` command that allows obtaining the...
When we create a new wallet, by default, the SDK uses the last wallet we have created. In order to use a different wallet one time, we must first find...