Skip to content

jediswaplabs/JediSwap-v2-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JediSwap-v2-core

This repository consists of the core contracts of JediSwap V2 protocol, a cairo fork of Uniswap V3. CLAMM for Starknet.

Testing and Development

Prerequisites:

Compile Contracts

scarb build

Run Tests

snforge test

Run Scripts

Run a local devnet

We use starknet-devnet-rs

Run the devnet and add one of the predeployed accounts with your preferred name <test_account_local>. See the instructions here.

Run Scripts

Run sncast in the parent folder by specifying the path to the script file. Example:

sncast --url http://127.0.0.1:5050 --account <test_account_local> --path-to-scarb-toml scripts/Scarb.toml script deploy_factory_and_pool

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages