Pages:
Author

Topic: Alt-clients for Nxt decentralized exchange (Read 2832 times)

legendary
Activity: 2142
Merit: 1010
Newbie
January 12, 2014, 03:04:19 AM
#20
is ther a testnet yet? Smiley

Ask Klee, he is in charge for the testnet AFAIK.
member
Activity: 111
Merit: 10
January 11, 2014, 05:37:17 PM
#19
is ther a testnet yet? Smiley
hero member
Activity: 644
Merit: 500
January 05, 2014, 02:58:02 PM
#18
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
member
Activity: 111
Merit: 10
January 05, 2014, 01:13:14 PM
#17
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
legendary
Activity: 2142
Merit: 1010
Newbie
January 05, 2014, 12:53:33 PM
#16
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.
member
Activity: 111
Merit: 10
January 05, 2014, 11:55:27 AM
#15
do you want to give you a vps server on windows azure for the testnet? any os you like..
legendary
Activity: 2142
Merit: 1010
Newbie
January 04, 2014, 04:09:48 PM
#14
is it too late to get involved in this?

No. We'll launch API on the testnet in a couple of weeks.
sr. member
Activity: 308
Merit: 250
January 04, 2014, 03:57:17 PM
#13
Interested also, for mac.
member
Activity: 111
Merit: 10
January 04, 2014, 03:53:12 PM
#12
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
legendary
Activity: 2142
Merit: 1010
Newbie
December 12, 2013, 06:38:29 AM
#11
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.
hero member
Activity: 1110
Merit: 534
December 12, 2013, 05:45:15 AM
#10
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?
legendary
Activity: 2142
Merit: 1010
Newbie
December 12, 2013, 02:57:37 AM
#9
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.
hero member
Activity: 597
Merit: 500
December 10, 2013, 07:41:04 AM
#8
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. Grin

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...

legendary
Activity: 2142
Merit: 1010
Newbie
December 10, 2013, 07:07:31 AM
#7
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. Grin

Kewl. I'll post specs there after I run a special node. This should take 2-3 days.
legendary
Activity: 2142
Merit: 1010
Newbie
December 10, 2013, 07:05:40 AM
#6
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.
hero member
Activity: 597
Merit: 500
December 10, 2013, 07:02:37 AM
#5
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. Grin
legendary
Activity: 1540
Merit: 1002
December 10, 2013, 06:59:54 AM
#4
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?
legendary
Activity: 2142
Merit: 1010
Newbie
December 10, 2013, 06:57:56 AM
#3
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.
legendary
Activity: 1540
Merit: 1002
December 10, 2013, 06:51:08 AM
#2
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')?
Pages:
Jump to: