Skip to content

Latest commit

 

History

History
63 lines (42 loc) · 790 Bytes

README.md

File metadata and controls

63 lines (42 loc) · 790 Bytes

Setup

  1. Install protostar.
  2. Build the project:
protostar build
  1. Run the tests:
protostar test

Deploy to testnet

  1. Build
protostar build
  1. Declare
starknet_declare build/tree_erc721.json
  1. Verify source code
starkscan
  1. Upgrade implementation by calling upgarde on the proxy: https://testnet.starkscan.co/contract/0x07b6d00f28db723199bb54ca74a879a5102c44141f0e93674b2cb25f8f253c62#write-contract

Commands

Compile cairo contracts

protostar build

Run tests

protostar test

Format source code

protostar format

Install deps

protostar install OpenZeppelin/[email protected]