3s3s / opentrade

OpenTrade - Open Source Cryptocurrency Exchange
MIT License
396 stars 401 forks source link

want to add waves token on it #264

Open 0XSFZX opened 5 years ago

0XSFZX commented 5 years ago

thank you we install exchange but we want to add waves token on it how we can install waves token on it specification of waves token are hear How to add an Asset to external exchange Hello!

After creating, any Waves based asset becomes automatically available on the Waves DEX. So, you can trade it with any trading pair against any other assets.

If you want to add your Asset to another exchange, you should send a request to add your Asset to the selected exchange. We recommend starting with those exchanges to which the Assets created on the Waves platform have already listed.

Perhaps to add your Asset to a third-party exchange, you may need the following information:

  1. Asset name - (For example, Bitcoin).

  2. Ticker / short name of your Asset - (For example, BTC).

  3. Algorithm - Waves based asset. 4. Number of blocks / block height - http://wavesexplorer.com, "Current height:")

  4. Token supply

  5. Commission - 0.001 Waves.

  6. Block time - 1 min 8. The programming language - Scala.

  7. Type of mining - POS

  8. secp256k1ver - New

  9. Source code - https://github.com/wavesplatform

  10. Explorer - https://wavesexplorer.com

  11. API request with data of your Asset -

http://nodes.wavesnodes.com/transactions/info/Add here Asset ID of your Asset

The trading volume of Asset with Bitcoin (find your asset in the list) - http://dev.pywaves.org/dexbtc The volume of Asset trading with Waves (find your asset in the list) - http://dev.pywaves.org/dexwaves

For more information about your asset, please click on this link - http://dev.pywaves.org/assets (just find your Asset in the list and click on Asset Id).

Previous article: What is an airdrop?

ExchangeTime commented 5 years ago

@sofiyaz If you are not good at coding i suggest you stop now. You require alot of knowledge to run a exchange and the information you posted doesnt matter at all.

The exchange is using RPC 1.0 calls. short sum, its what languish the wallet and exchange are talking to eachothers. This means you have to create your own code with waves API and create a system that handles transactions with tokens. Dont expect anyone to share this kinda of things.

Easy way is to try to find a RPC 1.0 layer waves wallet and code on that, but on my guesses you dont know how to do this and wants anyone else to share this.

You could always contact anyone on a coding website and pay them for coding this kind of things for you, but if you want to use a ETH token instead there is plenty of RPC 1.0 eth wallets.

In comparison (regular ETH commands): https://github.com/ethereum/wiki/wiki/JSON-RPC (BTC commands): https://en.bitcoin.it/wiki/API_reference_(JSON-RPC)

As you see they are 100% diffrent and this is why the exchange only works with a couple of coins.

0XSFZX commented 5 years ago

THANK YOU BUT CAN I DO WITH WAVES FULL NODE AND GUI WALLET MAYBE I WANT TO TRY IT

ExchangeTime commented 5 years ago

@sofiyaz Never use GUI wallets to host coin wallets for the exchange on.

0XSFZX commented 5 years ago

OK BUT HOW TO I ADD BITCOIN ON IT

0XSFZX commented 5 years ago

can u tell us tutoreal on it

ExchangeTime commented 5 years ago

@sofiyaz

I made a easy guide to follow. https://www.youtube.com/watch?v=dafESX_CHDs

davemo5380 commented 5 years ago

A