Skip to content

Kromatika-Finance/interface

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kromatika Dapp

Based on a fork of uniswap-interface, to include advanced features developped by Kromatika DAO.

Kromatika is developped by the Kromatika DAO, a community-driven DAO that aims to build a decentralized financial infrastructure.

Find more information about Kromatika DAO and Kromatika on our socials.

About Kromatika

Kromatika is an innovative MetaDEX Aggregator, developped by the Kromatika DAO. Current working products on ETH L1, Arbitrum, Optimism, Polygon, (BNB on perps)

Products include:

  • FELO Fees Earning Limit Orders
    • No competitor has yet matched or surpassed this feature
    • Set a limit order, grab 1–9% extra LP rewards, and avoid slippage, front‑running, pool fees, and UI fees
  • MetaSwap
    • Receive the best swap quote, aggregated from the best aggregators
    • API powered, easy to integrate
    • Off-chain based aggregation.
    • Scalable and reliable
  • Gasless MetaSwap:
    • MetaSwap, but gasless
    • No need to pay in advance, we pay for you
    • Trade with 100% of your available capital
    • CEX-like experience
  • Perpetual Trading
    • on ETH L1, Arbitrum and BNB
    • V1: Orderbook perps with over 72 pairs
    • V2: Onchain perps with degen mode up to 500x + Forex
  • Swapbox
    • Any Protocol can now integrate Kromatika DEX aggregator on their website with 1 line of code as a widget. Just copy and paste, 30 second integration.

Setting up Kromatika Interface on local machine

1. clone from github to machine

git clone https://github.com/Kromatika-Finance/interface.git

2. install nvm (node version manager) to manage node versions on your machine (if not already installed)

3. install yarn package manager globally (if not already installed)

npm install -g yarn

4. Install the correct node version (using .mvnrc to reference the correct version)

nvm install 

5. Switch to the correct node version (using .mvnrc to reference the correct version)

nvm use

6. open terminal for kromatika interface directory

7. install all dependencies

yarn install

8. run project post install command to installs ABIs of the smart contracts (only run if you've made changes to any smart contract ABI )

  yarn postinstall

9. run project locally on machine

  yarn start

About

🦄 An open source interface for the Uniswap protocol

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 96.9%
  • JavaScript 2.9%
  • HTML 0.2%