All Projects → avral → alcor-ui

avral / alcor-ui

Licence: other
Alcor Exchange | First self-listing onchain DEX for eosio tokens;

Programming Languages

HTML
75241 projects
Vue
7211 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
typescript
32286 projects

Projects that are alternatives of or similar to alcor-ui

every-eos
Decentralized exchange based on eos.io
Stars: ✭ 20 (-80.58%)
Mutual labels:  trade, dex, eos, eosio
uniswap-python
🦄 The unofficial Python client for the Uniswap exchange.
Stars: ✭ 533 (+417.48%)
Mutual labels:  trade, dex, defi
defi
Tools for use in DeFi. Impermanent Loss calculations, staking and farming strategies, coingecko and pancakeswap API queries, liquidity pools and more
Stars: ✭ 464 (+350.49%)
Mutual labels:  dapp, dex, defi
airswap-web
AirSwap Web App
Stars: ✭ 94 (-8.74%)
Mutual labels:  dapp, dex, defi
EOSBank
EOS Bank (CPU rent contract)
Stars: ✭ 45 (-56.31%)
Mutual labels:  dapp, eos, eosio
octofi-app-aquafarm
OctoFi - Track your DeFi portfolio, find new investment opportunities, buy and sell directly, and wrap your tentacles around a sea of gains. Hosted on Github Pages.
Stars: ✭ 36 (-65.05%)
Mutual labels:  dapp, defi
Blockchain
区块链、交易所、币种、自媒体、高频交易策略
Stars: ✭ 37 (-64.08%)
Mutual labels:  dapp, eos
Mobidex
Mobile trustless trading through Uniswap
Stars: ✭ 61 (-40.78%)
Mutual labels:  dapp, dex
Eosio Card Game Repo
The Elemental Battles Tutorial is divided into easy to follow lessons that take you through the process of creating your own fully-functional blockchain-based dApp.
Stars: ✭ 139 (+34.95%)
Mutual labels:  dapp, eosio
eos-stake-vote-dapp
EOS stake vote dapp developed by imToken Dev Team
Stars: ✭ 53 (-48.54%)
Mutual labels:  dapp, eos
Eosio Project Boilerplate Simple
This repository demonstrates the eosio platform running a blockchain as a local single node test net with a simple DApp, NoteChain.
Stars: ✭ 134 (+30.1%)
Mutual labels:  dapp, eosio
eosdart ecc
Elliptic curve cryptography functions in Dart. Private Key, Public Key, Signature, AES, Encryption, Decryption
Stars: ✭ 25 (-75.73%)
Mutual labels:  eos, eosio
Eosocial
Deprecated - 📝 Sample dApp of Votable SNS run by EOS Testnet.
Stars: ✭ 14 (-86.41%)
Mutual labels:  dapp, eos
Awesome Blockchain
区块链白皮书、书籍、交易所、币种、自媒体等资源汇总 💯
Stars: ✭ 747 (+625.24%)
Mutual labels:  dapp, eos
Eos Mainnet
Ansible repo for setting up an EOS RPC API node and syncing to the mainnet
Stars: ✭ 45 (-56.31%)
Mutual labels:  dapp, eos
defi-sdk-js
JavaScript/TypeScript wrapper for DeFi SDK
Stars: ✭ 33 (-67.96%)
Mutual labels:  dapp, defi
Carmel
The Open Digital Innovation Marketplace
Stars: ✭ 136 (+32.04%)
Mutual labels:  dapp, eos
Fairdicegame
open-sourced, rig-resistant and verifiably fair dice game
Stars: ✭ 221 (+114.56%)
Mutual labels:  dapp, eos
namevault
Account creator & name generator for users on EOS and EOSIO compatible blockchains.
Stars: ✭ 17 (-83.5%)
Mutual labels:  eos, eosio
nft-swap-sdk
Ethereum's missing p2p NFT and token swap library for web3 developers. Written in TypeScript. Powered by 0x.
Stars: ✭ 200 (+94.17%)
Mutual labels:  dapp, trade

The first listing free decentralized exchange.

Documentation: docs.alcor.exchange

Alcor Exchange

With Alcor Exchange you can trade any EOS.IO tokens for system EOS tokens, atomically, without the participation of third parties! The token's contract should comply with the eosio.token standard or be a Simple Assets fungible token.

Props:

  1. Fully-onchain.
  2. Free CPU program.
  3. Open Source.

Join our telegram!

Chains:

  1. EOS Mainnet
  2. WAX
  3. Telos
  4. Proton

Technologies:

  1. Hyperion
  2. EOSIO Light API
  3. Bloks.io
  4. Greymass Full-History NODE API

Instructions for manual use.

Open new market:

Send 3.0000 EOS to eostokensdex with memo: "new_market|0.token_precision token_symbol@token_contract"

Example memo: "new_market|0.00000000 WEED@weedcashnt"

Submit order:

Send the amount you want to sell, and specify the amount you want to get in the memo, the price and market will be automatically determined in the contract. Memo format(ask token): token_amount token_symbol@token_contract

Example: transfer "0.7000 EOS" to eostokensdex with memo "1000.0000 TKT@eossanguotkt"

Order cancelation

Call action cancelsell or cancelbuy with parameters: executor: order owner market_id: order_id:

Example

executor: avral.pro
market_id: 32
order_id: 3

Cancelbuy

Cancelsell

Orders and markets possible to see at contact tables

Build Setup

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ NETWORK=wax DISABLE_DB=true yarn dev // Run using production API and Wax chain.

# build for production and launch server
$ NETWORK=<eos/jungle/local> yarn run build
$ yarn start

# generate static project
$ yarn run generate

# Docker run:
docker run -d --restart=unless-stopped -p 127.0.0.1:27017:27017 --name mongo -m=3g mongo:4.4 --bind_ip 0.0.0.0

docker run -it -p 7002:7000 --restart=unless-stopped -d --label=com.centurylinklabs.watchtower.lifecycle.post-check="rm -rf /data/nginx/cache/eostokens && service nginx reload" --label=com.centurylinklabs.watchtower.enable=true --name alcor-ui --add-host=host.docker.internal:172.17.0.9 avral/alcor-ui
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].