Ky Lee
Ky Lee
As reference `rtx install [email protected]` works
Updated to macOS Sonoma 14.1.1 and Xcode 15.0.1 and get the same error.
Only one solution worked out of all the recommendations from similar threads: ```shell brew unlink pkg-config rtx install [email protected] brew link pkg-config ``` Check with this command to see which...
Here is the explanation - https://github.com/pyenv/pyenv/issues/2823#issuecomment-1769081965 > Homebrew installs `pkg-config` under a name that shadows the system's one. > > This stops one from being able to build software using...
_We are investing how to improve the developer workflow around updating smart contracts and frontend code._ After you create a project using BOAT, these are the folders and files you...
There are two integrations steps. ### Contract Build User runs `forge build` and generates a new abi. User copies the abi from `contracts/out/$Name.sol/$Name.json` to `web/src/contract/$Name.json` This is what `wagmi/cli` is...
Another thing that would be cool is to deploy your own contract instance for the example apps.
@arsood I can pick this one up