Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.13 KB

README.md

File metadata and controls

43 lines (28 loc) · 1.13 KB

zkLink Starknet Contracts

zkLink starknet core contracts, which is cairo1 compatible.

Setting up development environment

This section will introduce how to setup zkLink Starknet Contracts development environment.

You can find the docs here

Work with zklink-starknet-contracts

Install Dependencies

zklink-starknet-contracts use starknet.js as SDK. You should run follow command to install dependencies:

npm install

Build and Test

To build an test zklink-starknet-contracts, you should run the following command in the root of this project:

# build
scarb build

# test
scarb test

Deploy