Eric Nordelo
Eric Nordelo
Add support for https://github.com/OpenZeppelin/cairo-contracts/blob/main/src/openzeppelin/account/presets/EthAccount.cairo
Right now to pass _uint256_ numbers from console, you need to pass the two integers following the format of the struct representing this concept in Cairo. Maybe it would be...
Currently, we are deploying the Account if some conditions are met directly from initialization. This has some problems like nile automatically trying to deploy an Account in the send command...
Nile utils are meant to be helpful for scripting, not only for internal usage.
Currently, we are handling some exceptions in code shared between CLI and NRE as if they were used only in CLI (logging and returning empty output). For example: https://github.com/OpenZeppelin/nile/blob/6643bcd31d1826fb777a2d52c9ce5b7aef67ffa0/src/nile/core/call_or_invoke.py#L42-L65 When...
Add an opt-in or opt-out way for using nile's logging from NRE. Refer to this conversation: https://github.com/OpenZeppelin/nile/pull/197#discussion_r977039385
Issue 1: Different spacing between logged lines after running the command: ``` (env) ➜ first nile init 🗄 Creating project directory tree ⛵️ Nile project ready! Try running: nile compile...
I'm using docker to run nile, therefore I'm binding the starknet-devnet node to 0.0.0.0 (all interfaces), in order to be able to access the server from my host (with Braavos...