rafaelescrich / 1sol-protocol

An innovative Cross-Chain DeFi Aggregator on SOLANA and more

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

1sol protcol

Logo

Github Actions

Recently, there have been increasing number of projects focused on infrastructure building including DEXs, lending and DeFi platforms on Solana. The emergence of DEXs and building out aggregators will bring a lot of benefits for DeFi on the Solana ecosystem. In the field of DeFi, there have been more and more transactions that want to get onto to Solana via cross-chain, and currently we don't have a convenient way to do so.

So we decided to create 1Sol.

Goals

  • Go-To Trading Portal: Be the go-to trading portal for trading on Solana.
  • One-Stop Aggregation Service: Integrate all kinds of DeFi and DEX.
  • Fool-Proof Operation: Provides the average user with information on prices, slippage and costs of all DEX on the web. Users can choose for themselves the one path that best suits them to trade.

How to develop

  1. yarn install
  2. yarn cluster:localhost
  3. deploy your dev token-swap program
  4. deploy your dev serum-dex program
  5. deploy onesol-protocol program
  6. copy sample-dev to .dev
  7. modify token-swap serum-dex onesol-protocol program id to your id
  8. run yarn start to test

Program id

devnet

9Bj8zgNWT6UaNcXMgzMFrnH5Z13nQ6vFkRNxP743zZyr

TODO

  • Link with Solana's official swap.
  • Link with Serum swap.
  • Link with dexlab.
  • Link with Falcomp.

Contacts

About

An innovative Cross-Chain DeFi Aggregator on SOLANA and more


Languages

Language:Rust 73.9%Language:TypeScript 26.1%