All Projects → lootexchange → lootexchange

lootexchange / lootexchange

Licence: other
Loot Exchange monorepo

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects
CSS
56736 projects

Projects that are alternatives of or similar to lootexchange

Cryptocompare
CryptoCompare JavaScript API
Stars: ✭ 212 (+1313.33%)
Mutual labels:  exchange
Davmail
DavMail POP/IMAP/SMTP/Caldav/Carddav/LDAP Exchange and Office 365 Gateway - Synced with main subversion repository at
Stars: ✭ 250 (+1566.67%)
Mutual labels:  exchange
mexbtcapi
The Multi-Exchange Bitcoin API offers a consistent high-level API across multiple bitcoin exchanges
Stars: ✭ 42 (+180%)
Mutual labels:  exchange
Protocol
Loopring Protocol Smart Contract on Ethereum
Stars: ✭ 220 (+1366.67%)
Mutual labels:  exchange
Crypto Exchange
Pulls together list of crypto exchanges to interact with their API's in a uniform fashion.
Stars: ✭ 241 (+1506.67%)
Mutual labels:  exchange
huobi CSharp
CSharp SDK for Huobi Spot API
Stars: ✭ 47 (+213.33%)
Mutual labels:  exchange
Rabbitmq Consistent Hash Exchange
RabbitMQ Consistent Hash Exchange Type
Stars: ✭ 189 (+1160%)
Mutual labels:  exchange
vbo365-rest-self-service
Unofficial Self-Service Web Portal for Veeam Backup for Microsoft Office 365
Stars: ✭ 24 (+60%)
Mutual labels:  exchange
Coinapi Sdk
SDKs for CoinAPI
Stars: ✭ 238 (+1486.67%)
Mutual labels:  exchange
website
Loot Project website
Stars: ✭ 413 (+2653.33%)
Mutual labels:  loot
Gbot Trader
Trading robot for trade on crypto exchanges
Stars: ✭ 222 (+1380%)
Mutual labels:  exchange
Akash
a secure, transparent, and peer-to-peer cloud computing network
Stars: ✭ 229 (+1426.67%)
Mutual labels:  exchange
gromox
Groupware server backend for the grommunio Distribution, supporting MAPI/HTTP, RPC/HTTP, IMAP, POP3 protocols, PHP-MAPI bindings, and import from PST/OST/MSG/TNEF, EML/ICAL/VCF, KDB
Stars: ✭ 163 (+986.67%)
Mutual labels:  exchange
Ccxt Rest
Open Source Unified REST API of 100+ Crypto Exchange Sites (18k+ docker pulls) - https://ccxt-rest.io/
Stars: ✭ 210 (+1300%)
Mutual labels:  exchange
ftx
Unofficial Rust API bindings for the FTX exchange.
Stars: ✭ 115 (+666.67%)
Mutual labels:  exchange
Uniswap Python
🦄 The unofficial Python client for the Uniswap exchange.
Stars: ✭ 191 (+1173.33%)
Mutual labels:  exchange
python-api
Trading API for Quedex Bitcoin Derivatives Exchange.
Stars: ✭ 20 (+33.33%)
Mutual labels:  exchange
intrinio-realtime-java-sdk
Intrinio Java SDK for Real-Time Stock Prices
Stars: ✭ 22 (+46.67%)
Mutual labels:  exchange
forx
💰a command line tool for checking exchange rates between currencies, both crypto and fiat.
Stars: ✭ 52 (+246.67%)
Mutual labels:  exchange
qluacpp
C++ interface for Quik trading terminal via lua bindings
Stars: ✭ 44 (+193.33%)
Mutual labels:  exchange

The Loot Exchange

The Loot Exchange is a marketplace dedicated to the Loot Universe. It's built by the community, for the community. Contribution is strongly encouraged.

Notable Features

  • No platform fees
    • All royalties (currently 1%) go to a treasury controlled by Loot token holders, to reinvest back into the community.
  • Designed for Loot
    • Includes UX touches like character art and rarity color-coding that general-purpose marketplaces lack.
    • Can also support non-standard Loot features like Extensions and Synthetics
  • Aggregated Order Book
    • Includes both Open Sea orders and native Loot Exchange orders. This helps to avoid fragmented liquidity
  • Open API
    • Fetch metadata and market information. No API keys required.
  • Battle-tested contracts
    • Leverages the same exchange contract as Open Sea (Wyvern), which minimizes risk
    • Anyone who has approved Open Sea for trading does not need to re-approve

Progress

  • Core Front-End design
  • Metadata and Order APIs
  • SDK for signing and submitting orders
  • Support for original Loot Bags
  • Selling UX
  • Purchasing UX
  • Loot-specific rarity data
  • Community treasury for managing royalties
  • Support for More Loot and other derivatives
  • Support for Extensions
  • Show which Loot derivatives
  • Offers UX

For feature requests, create an Issue or join the Discord to discuss.

RoyaltyDAO

A 1% royalty is collected on all trades, and sent to a community-operated treasury. The treasury is controlled by RoyaltyDAO, a fork of the NounsDAO, which implements Compound-style on-chain voting using Loot balances. Rather than trying to be "The DAO", this is simply "a DAO", with the sole purpose of collecting and allocating royalties.

The DAO contract contains a small modification, to account for the fact that the Loot contract does not implement check-pointed balances. In order to prevent voting twice with the same tokens, each vote is tied to a particular token id. The main downside of this technique is that it is less efficient for large token holders to vote (requires multiple transactions), but the flipside is that this helps to democratize voting by taxing whales.

Instead, each vote is tied to a particular

API Endpoints

Use the Base URL of https://api.loot.exchange/ and the following endpoints:

The tokens API supports filters and pagination:

If you are planning to use the API, let us know so that we can cater to your use case.

Project Structure and Setup

The project is still in active development, which means that things might change quickly (eg. structure, configuration). Proceed with caution.

This repository is structured as a Yarn 2 monorepo, consisting of the following packages:

  • web: web client
  • docs: API and SDK documentation (WIP)
  • sdk: SDK for exchange interactions

Since this project is set up as a Yarn 2 monorepo, make sure to always use yarn instead of npm, otherwise some things might not work properly.

In the repository's root directory, run yarn to install all dependencies across all monorepo's packages. Afterwards, specific package commands should be run in the corresponding package directory.

The global commands yarn deps:check and yarn deps:update will help to maintain the same versions across the entire monorepo. After running yarn deps:update, a yarn install is required. To prevent having duplicates in the yarn.lock, you can run yarn dedupe --check and yarn dedupe to apply deduplication.

Get Involved

  • Participate in the poll to decide on Royalties
  • Reach out in the #loot-marketplace-dev Discord channel
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].