Skip to content

zkLinkProtocol/zklink-starknet-contracts

Repository files navigation

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

About

zklink starknet core contracts, cairo1.0 compatible

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published