Luiz Gomes

Results 147 issues of Luiz Gomes

we currently have many repos which makes hard to be updating and changing versions across them, bringing lots of overhead work in our development cycle current repos are: `fuels-wallet` `fuels-npm-packs`...

tech-debt

right now the `app-explorer` is the main package which runs the other ones, introducing workarounds like this one, made to run the portal inside of the nextjs structure ![Image](https://github.com/FuelLabs/fuel-explorer/assets/8636507/8f51db53-1f73-410f-bd18-31275402c040) this...

p2
tech-debt

p2
tech-debt
e-ts-doc-organization

the objective here is to have the hooks documented when the user is using it in the IDE

p3
tech-debt
e-ts-doc-organization

as of now the @fuels/assets was moved into the ts-sdk and can be used through `fuels` of `@fuel-ts/accounts` we don't need it anymore on this repo. this issue aims to...

p3
tech-debt

`useContract` returns the instance of the contract `useContractRead` - shortcut to execute a readonly function from the contract `useContractWrite` - shortcut to execute a writable function from the contract

p2