This repository has been archived by the owner on Dec 1, 2023. It is now read-only.
Releases: OpenZeppelin/nile-rs
Releases · OpenZeppelin/nile-rs
v0.1.0-rc.2
Fixed
- Scarb and Cairo compiler dependencies issue
v0.1.0-rc.1
Added
- A command to initialize a Nile project (
init
) - A simple scripting system
- A command to run scripts from a Nile project (
run
) - The
setup
command - The
declare
command - The
send
command - The
deploy
command - The
raw-call
command (without parsing the ABI) - The
counterfactual-address
command - Predeployed accounts usage from devnet
- A configuration file
- An NRE interface for scripting
- Cairo 1 compilation using Scarb
- The
legacy-declare
command - The
legacy-deploy
command - The
get-nonce
command - The
get-balance
command - The
get-accounts
command