All Projects → Bonfida → dex-v4

Bonfida / dex-v4

Licence: other
Orderbook-based on-chain SPL token swap market

Programming Languages

rust
11053 projects
typescript
32286 projects

Projects that are alternatives of or similar to dex-v4

bonfida-utils
Collection of different utilities in use across various Bonfida projects
Stars: ✭ 22 (-38.89%)
Mutual labels:  solana, solana-program, bonfida
alon
Remix for Solana.
Stars: ✭ 87 (+141.67%)
Mutual labels:  solana, solana-program
app-monorepo
Secure, open source and community driven crypto wallet runs on all platforms and trusted by millions.
Stars: ✭ 1,282 (+3461.11%)
Mutual labels:  solana
strangemood
A decentralized marketplace for software licenses: an app store. Mostly for games.
Stars: ✭ 40 (+11.11%)
Mutual labels:  solana
OpenLoginSdk
Pluggable auth infrastructure for Web3 wallets and dapps
Stars: ✭ 108 (+200%)
Mutual labels:  solana
awesome-defi
Curated list of awesome DeFi protocols, dapps, wallets and other resources
Stars: ✭ 36 (+0%)
Mutual labels:  solana
serum-vial
Real-time WebSocket market data API for Serum
Stars: ✭ 154 (+327.78%)
Mutual labels:  solana
wallet-adapter
Modular TypeScript wallet adapters and components for Solana applications.
Stars: ✭ 964 (+2577.78%)
Mutual labels:  solana
guild
Guild - Build Your Guild and award employees with Crypto 💰
Stars: ✭ 3 (-91.67%)
Mutual labels:  solana
solana-nft-token-metadata-update
Node.js script to update NFT Token metadata on Solana Blockchain
Stars: ✭ 143 (+297.22%)
Mutual labels:  solana
Solnet
Solana's .NET SDK and integration library.
Stars: ✭ 252 (+600%)
Mutual labels:  solana
cryptoplease-dart
Dart and Flutter apps and libraries maintained by Espresso Cash (Formerly Crypto Please) team for Solana.
Stars: ✭ 188 (+422.22%)
Mutual labels:  solana
raydium-sdk
An SDK for building applications on top of Raydium.
Stars: ✭ 66 (+83.33%)
Mutual labels:  solana
solana-nft-monitor
Monitor Solana NFT projects using Github Actions + flatgithub.com
Stars: ✭ 31 (-13.89%)
Mutual labels:  solana
serum-price-api
An easy to use API to know SPL Tokens price.
Stars: ✭ 23 (-36.11%)
Mutual labels:  solana
metaboss
The Metaplex NFT-standard Swiss Army Knife tool.
Stars: ✭ 575 (+1497.22%)
Mutual labels:  solana
fetch-nft
🖼🎑🌠 A utility to fetch and easily display Ethereum & Solana NFTs in a common format given any wallet
Stars: ✭ 83 (+130.56%)
Mutual labels:  solana
Solana.Swift
This is a open source library on pure swift for Solana protocol.
Stars: ✭ 107 (+197.22%)
Mutual labels:  solana
Open Crypto Tracker
Bitcoin / Alts private portfolio tracker, with email / text / alexa / telegram price alerts, charts, leverage support and much more.
Stars: ✭ 59 (+63.89%)
Mutual labels:  solana
solana-go-sdk
Solana Golang SDK
Stars: ✭ 162 (+350%)
Mutual labels:  solana

Serum dex

Orderbook-based on-chain SPL token swap market

This program is intended for use to build a decentralized exchange (DEX) specialized on SPL token swaps.

Repository

  • program contains the code for the on-chain program
  • js contains the code for the JS/wasm bindings for the on-chain program, an up to date npm package is available here
  • cranker contains the code for the associated cranking runtime

Documentation

Detailed API documentation is available for the program by running cargo doc --open in the program directory.

Testing on devnet

Market information

  • Market Address: Gdaxn4WkV2ZyNcMYsUWiAnmjy4YqSka4woy8ggazh4ba
  • Base Mint (6 decimals): 72m4rktxyKqWQxTnXz1rpjJ6v9RPaa6mW5Qb2aizQ8Zq
  • Quote Mint (4 decimals): Cetq9LiKkhvQuyHRjbk1FSbbsWSCCEVvPVQ4BHCHDF3t

Faucets (airdrop test tokens):

  • (Add the Test USDC Mint to your wallet)

  • Go to: https://www.spl-token-ui.com/#/

  • Select devnet in the top right

  • In the Airdrop dropdown menu select Token Faucets

  • Select Token Airdrop

  • Enter your address in Token destination address

  • Enter one of the addresses below in Faucet address

  • Enter the amount you want to receive (with decimals, max is 1k in ui amount) and click Airdrop Tokens

  • Base faucet: DiptCWpttbGc5y4Pb2LhxWLnkbmZUUzmEoeca55aaJfy

  • Quote faucet: 2ewphvAYknMVe55d9KgZMEw1vKTFgFUDTdyMGNcyGD1c

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].