nile
nile copied to clipboard
CLI tool to develop StarkNet projects written in Cairo
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...
The below was fixed by https://github.com/OpenZeppelin/nile/pull/122 in main, but the tests should still be investigated/improved to avoid this kind of error going forward. --- This occurs in `main`. Does not...
It'd be quite convinient to have a way to specify the directory to which output the compiled artifacts. For instance `nile compile --output=build/`
it'd be nice to use `--mainnet`, `--goerli`, etc as shorthand parameters for `--network=mainnet`, etc.
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...
In the current version, the test command is appearing in the list of commands while is not used nor documented.
Allow to change the artifact to be deployed on the `Account` module.
@martriay @andrew-fleming I did a refactor to the project structure, trying to achieve better organization as a result of a call I had with Marto on Friday. I think it...
Right now we're cascading this parameter across a myriad of functions, polluting their signatures. We should make it globally available through config (#73?) or some other pattern.