Skip to content

focustree/contracts-legacy

Repository files navigation

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]

About

Focus Tree Smart Contracts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published