Kaleb
Results
2
issues of
Kaleb
So I cd in a file directory called `data_structures`, run cargo build and I get this error. ``` Compiling witnet_data_structures v0.3.2 (/Users/kalebamarante/witnet-rust/data_structures) error: failed to run custom build command for...
question ❓
### Description I integrated the uniswap V3 plugin in order to mock the dex contracts which works smoothly. However, whenever I try to make a function call like `createPool()` I...