This repository contains the Cairo code for briq StarkNet contracts.
This is currently ongoing substantial changes.
Nile is used to handle deployment and compiling.
python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt
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