nile
nile copied to clipboard
CLI tool to develop StarkNet projects written in Cairo
``` $ nile setup MY_PK_ALIAS ANOTHER_ALIAS YES_MORE ``` or for the savvy: ``` $ nile setup MY_PK_ALIAS_{1, 2, 3, 4, 5} ```
prevent double initialization. probably easier to solve after https://github.com/OpenZeppelin/nile/issues/73
I got an error when i run `nile init`, and i'm not familiar with python , anyone know how to fix this? ``` Using legacy 'setup.py install' for varint, since...
Instead of [showing the PR names in the Release Changelog](https://github.com/OpenZeppelin/nile/releases/), I think it would be helpful to add a more descriptive format to describe the actual changes being introduced in...
There is an undocumented feature in the code (deployments and accounts load methods) that allows having multiple aliases separated by a colon in the corresponding files. We should either document...
Being tackled at https://github.com/ericglau/openzeppelin-nile-upgrades.
It'd be interesting to have a [plugin](https://github.com/OpenZeppelin/nile#extending-nile-with-plugins) for [starknet interface generator](https://github.com/msaug/starknet-interface-generator).
As Andrew suggested, I think it'd be extremely helpful to others (as well as ourselves) if we make an issue for adding params and return values in our docstrings.
Similar to what we have in cairo-contracts, add this step to the linter in tox.ini.
**🧐 Motivation** For example, if you need to send a transaction (invoke or call) fron nile cli to a proxy contract: ``` nile invoke proxy_contract function_name ``` You will receive...