zkLink starknet core contracts, which is cairo1
compatible.
This section will introduce how to setup zkLink Starknet Contracts development environment.
You can find the docs here
zklink-starknet-contracts
use starknet.js as SDK. You should run follow command to install dependencies:
npm install
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