BitShares Forum

Main => Technical Support => Topic started by: dc366 on May 29, 2018, 06:51:28 pm

Title: How to add digital currency in Bitshares?
Post by: dc366 on May 29, 2018, 06:51:28 pm
Hi we have our own digital currency that is not block chain based. How do we add our currency in Bitshares? Is there a guide with examples?
Title: Re: How to add digital currency in Bitshares?
Post by: abit on May 29, 2018, 07:19:03 pm
Try this (to see if it's what you want, it's just for testing, so don't hesitate to do so):
* Goto https://testnet.bitshares.eu/, register an account
* Click the right top "hamburg" icon, click "assets", in the new page, click "create asset", input "YOURCURRENCYNAME", click "create asset".
* Then click "Dashboard", click "activity", you should see "you created the asset YOURCURRENCYNAME".

* Then click the right top "hamburg" icon, click "assets", in the page, click "issue asset", input your account name, input an amount, click "issue asset" button.
* click "Dashboard", click "activity", you should see "you issued xxxx YOURCURRENCYNAME to you".
* click "Dashboard", click "Portfolio", you should see you have some YOURCURRENCYNAME.

After you've got familiar, use the production environment https://wallet.bitshares.org/
Title: Re: How to add digital currency in Bitshares?
Post by: dc366 on July 16, 2018, 08:23:36 pm
Ok, I looked into it and I was able to do the things you mentioned on the testnet.

Now I want users to be able to deposit our digital currency into bitshares and also be able to withdraw our currency out of bitshares. Is there an API? How do we go about it?

If you don't understand what I mean, Say I privately own (outside of bitshares)  x coins of currency called alpha, how will I be able to upload them to bitshares?
Title: Re: How to add digital currency in Bitshares?
Post by: sschiessl on July 16, 2018, 08:36:58 pm
I assume those "coins" are on another Blockchain?

In either case, you will need something that is called a gateway, which takes care of automatically processing deposits and withdrawals. There are of companies that offer that as a service, e.g. Blocktrades.

Are you looking for a service to get or to develop that yourself? There is no out of.the box solution.
Title: Re: How to add digital currency in Bitshares?
Post by: abit on July 17, 2018, 09:39:51 pm
To develop by yourself, perhaps take a look at:
* https://github.com/bitshares/bitshares-ui/wiki/Gateway-Integration-Requirements
* https://github.com/blockchainbv/bexi