Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: Come-from-Beyond on December 10, 2013, 11:41:02 AM



Title: Alt-clients for Nxt decentralized exchange
Post by: Come-from-Beyond on December 10, 2013, 11:41:02 AM
There are a lot of Nxt users who can't launch "official" Nxt client. I tend to agree that installing Java and running Jetty sucessfully is too complicated for ordinary users. When advanced features come the situation could become worse, coz businessmen r not so tech-savvy as most of us.

U could help Nxt community by developing a "gateway" to Nxt decentralized exchange. This gateway is just a software that talks to Nxt node and visualizes data. It's not necessary to implement mining, transaction handling and other base features. Ur soft is supposed to send simple HTTP requests like "list assets", "place order". The only requirement is that it should be user-friendly (easy to install/run and easy to use).

Post here if u would like to develop such software. Provide a short description what platform ur soft will be for and how it will look like, please.

U'll get documentation and access to a server that hosts Nxt node with enabled exchange. We can't provide *.class files coz they can be easily disassembled.


Title: Re: Alt-clients for Nxt decentralized exchange
Post by: nelisky on December 10, 2013, 11:51:08 AM
Would this be a good alternative to anyone needing to interface with NXT as a service? Or is this just an exchange interface (no simple 'send from this account to that account')?


Title: Re: Alt-clients for Nxt decentralized exchange
Post by: Come-from-Beyond on December 10, 2013, 11:57:56 AM
Would this be a good alternative to anyone needing to interface with NXT as a service? Or is this just an exchange interface (no simple 'send from this account to that account')?

Sorry, I'm not sure I got u right. This soft will be a user-friendly way to work with Nxt APIs. U can add "send money" if u wish. The soft will connect to a local or a remote 3rd party Nxt node.


Title: Re: Alt-clients for Nxt decentralized exchange
Post by: nelisky on December 10, 2013, 11:59:54 AM
Would this be a good alternative to anyone needing to interface with NXT as a service? Or is this just an exchange interface (no simple 'send from this account to that account')?

Sorry, I'm not sure I got u right. This soft will be a user-friendly way to work with Nxt APIs. U can add "send money" if u wish. The soft will connect to a local or a remote 3rd party Nxt node.

Yeah, I'm probably just confusing things. I could just write a simple python library wrapping the NXT api and use my own client for the sending and receiving. Can you share the exchange API, the methods not included in the default client?


Title: Re: Alt-clients for Nxt decentralized exchange
Post by: nexern on December 10, 2013, 12:02:37 PM
nice, this is what i was waiting for.
i can deliver a full crossplattform standalone client with no install needs, running out of the box
including charting and technical analysis until end of january coded from scratch to meet api
requirements. please grant access to the specs. ;D


Title: Re: Alt-clients for Nxt decentralized exchange
Post by: Come-from-Beyond on December 10, 2013, 12:05:40 PM
Would this be a good alternative to anyone needing to interface with NXT as a service? Or is this just an exchange interface (no simple 'send from this account to that account')?

Sorry, I'm not sure I got u right. This soft will be a user-friendly way to work with Nxt APIs. U can add "send money" if u wish. The soft will connect to a local or a remote 3rd party Nxt node.

Yeah, I'm probably just confusing things. I could just write a simple python library wrapping the NXT api and use my own client for the sending and receiving. Can you share the exchange API, the methods not included in the default client?

I have only interface HTTP requsts that let to issue an asset, cancel an order and do other things, but they shouldn't be used. API will be implemented in one of the next versions if someone decides to create an alt-client. If noone interested then API will be added later.


Title: Re: Alt-clients for Nxt decentralized exchange
Post by: Come-from-Beyond on December 10, 2013, 12:07:31 PM
nice, this is what i was waiting for.
i can deliver a full crossplattform standalone client with no install needs, running out of the box
including charting and technical analysis until end of january coded from scratch to meet api
requirements. please grant access to the specs. ;D

Kewl. I'll post specs there after I run a special node. This should take 2-3 days.


Title: Re: Alt-clients for Nxt decentralized exchange
Post by: nexern on December 10, 2013, 12:41:04 PM
nice, this is what i was waiting for.
i can deliver a full crossplattform standalone client with no install needs, running out of the box
including charting and technical analysis until end of january coded from scratch to meet api
requirements. please grant access to the specs. ;D

Kewl. I'll post specs there after I run a special node. This should take 2-3 days.

just checked my *special language* dev stack for gui related stuff.
the client will be very compact ~1mb (will try below 1 mb), selfcontained
(no external dependencies, no installation needed) just copy and run.
win/nix is for sure mac 99%, arm support would be nice too but i have
to see first, due to adjustments to the gui render engine, so this is not
for sure at the start. visualisation are unlimited due to a low level draw
dsl.

please pm me as soon you are ready, to get some time advantage over
copycats seen fast after source code release.

ps: i wish bcnext would release the source end of january but ok, now it's announced...



Title: Re: Alt-clients for Nxt decentralized exchange
Post by: Come-from-Beyond on December 12, 2013, 07:57:37 AM
Approx. in 24 hours I'll launch a node with enabled exchange. I'll make a copy of the blockchain at that moment, so u have a whole day to purchase 1000-2000 NXTs if u have none (to be able to play with exchange API). These coins won't be spent on the real blockchain.


Title: Re: Alt-clients for Nxt decentralized exchange
Post by: freigeist on December 12, 2013, 10:45:15 AM
Hello.

Speaking of testing an development will there be any test network or testing layer
available within the NXT system on which would be possible for developers
to test the NXT API implementation in their services/applications
without requiring real NXT coins?


Title: Re: Alt-clients for Nxt decentralized exchange
Post by: Come-from-Beyond on December 12, 2013, 11:38:29 AM
Hello.

Speaking of testing an development will there be any test network or testing layer
available within the NXT system on which would be possible for developers
to test the NXT API implementation in their services/applications
without requiring real NXT coins?

There is no such network atm. But u can set it by urself. Get blockchain on some date and change 7874 port to something else. Ur transactions won't reach the main network then.


Title: Re: Alt-clients for Nxt decentralized exchange
Post by: BaiMangal on January 04, 2014, 08:53:12 PM
is it too late to get involved in this?

I can to do modules that can be added to a DotNetNuke portal. This is done in c# asp .net


Title: Re: Alt-clients for Nxt decentralized exchange
Post by: wesleyh on January 04, 2014, 08:57:17 PM
Interested also, for mac.


Title: Re: Alt-clients for Nxt decentralized exchange
Post by: Come-from-Beyond on January 04, 2014, 09:09:48 PM
is it too late to get involved in this?

No. We'll launch API on the testnet in a couple of weeks.


Title: Re: Alt-clients for Nxt decentralized exchange
Post by: BaiMangal on January 05, 2014, 04:55:27 PM
do you want to give you a vps server on windows azure for the testnet? any os you like..


Title: Re: Alt-clients for Nxt decentralized exchange
Post by: Come-from-Beyond on January 05, 2014, 05:53:33 PM
do you want to give you a vps server on windows azure for the testnet? any os you like..

Klee is in charge of controlling the testnet.


Title: Re: Alt-clients for Nxt decentralized exchange
Post by: BaiMangal on January 05, 2014, 06:13:14 PM
do you want to give you a vps server on windows azure for the testnet? any os you like..

Klee is in charge of controlling the testnet.

PMed him, ty


Title: Re: Alt-clients for Nxt decentralized exchange
Post by: josephliton on January 05, 2014, 07:58:02 PM
Approx. in 24 hours I'll launch a node with enabled exchange. I'll make a copy of the blockchain at that moment, so u have a whole day to purchase 1000-2000 NXTs if u have none (to be able to play with exchange API). These coins won't be spent on the real blockchain.

Bravo ! Come-From-Beyond


Title: Re: Alt-clients for Nxt decentralized exchange
Post by: BaiMangal on January 11, 2014, 10:37:17 PM
is ther a testnet yet? :)


Title: Re: Alt-clients for Nxt decentralized exchange
Post by: Come-from-Beyond on January 12, 2014, 08:04:19 AM
is ther a testnet yet? :)

Ask Klee, he is in charge for the testnet AFAIK.


Title: Re: Alt-clients for Nxt decentralized exchange
Post by: klee on January 13, 2014, 06:49:46 PM
https://bitcointalk.org/index.php?topic=386304.0