Skip to content

A bash shell to compile, declare and deploy Starknet Smart Contracts

Notifications You must be signed in to change notification settings

devnet0x/Starknet_build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Starknet_build

A bash shell to compile, declare and deploy Starknet Smart Contracts in just one call. (only tested in ubuntu).

Any comments/corrections please reach me at my twitter account: @devnet0x

Requirements

Cairo 1.0

Starknet-devnet (if you want to use it in devnet)

Usage

./starknet_build.sh <environment> <account> <cairo_file> [constructor parameters]

Where:

environment : devnet or testnet or testnet2

key : Account name configurated in starknet_open_zeppelin_accounts.json

cairo_file : Cairo source code file

constructor parameters : Constructor parameters (felt formatted)

Example

In devnet:

alt text

In testnet:

alt text

About

A bash shell to compile, declare and deploy Starknet Smart Contracts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages