Skip to content

ArnaudBger/briq-protocol

 
 

Repository files navigation

Briq Protocol

This repository contains the Cairo code for briq StarkNet contracts.

This is currently ongoing substantial changes.

Setup

Nile is used to handle deployment and compiling.

Install python environment (via venv)

python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt

Deployment

nile run scripts/deploy.sh

Or

nile deploy briq_impl --alias briq_impl --network goerli n

Test run:

SIGNER=123456 nile send SIGNER mint mint_amount [signer_address] 50

About

Add the Build Checker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Cairo 53.9%
  • Python 45.9%
  • Shell 0.2%