BitShares Forum

Main => Technical Support => Topic started by: merivercap on May 10, 2015, 08:32:29 am

Title: Getting started developing on Bitshares...
Post by: merivercap on May 10, 2015, 08:32:29 am
I have some developers looking to familiarize themselves with the Bitshares blockchain.  We're trying to create a simple wallet and I'm trying to help them get started.  How different is it from working with the Bitcoin blockchain?

I see a Bitshares-JS Github repo.  Just wanted some guidance on how to:
1) create a public/private key pair and register a Titan account
2) use a recovery key generator for the private key like the web wallet does
3) send a transaction
4) use the testnet

There won't be anything dealing with voting or trading on the exchange.. just a simple wallet.  Can anyone help?  Thx! 
Title: Re: Getting started developing on Bitshares...
Post by: kenCode on May 10, 2015, 09:05:17 am
I'm guessing this would be a question for jcalfey1, vikram, pc or one of the other badass Devs. Those guys are so busy though, they probably won't be able to walk you through it, but they can probably point you to the most appropriate repos for your project.
Title: Re: Getting started developing on Bitshares...
Post by: fav on May 10, 2015, 09:08:35 am
I have some developers looking to familiarize themselves with the Bitshares blockchain.  We're trying to create a simple wallet and I'm trying to help them get started.  How different is it from working with the Bitcoin blockchain?

I see a Bitshares-JS Github repo.  Just wanted some guidance on how to:
1) create a public/private key pair and register a Titan account
2) use a recovery key generator for the private key like the web wallet does
3) send a transaction
4) use the testnet

There won't be anything dealing with voting or trading on the exchange.. just a simple wallet.  Can anyone help?  Thx!

http://bts.wiki is a great start. If you got indepth questions, I'd recommend you to either open a thread in technical and/or send stan an email/pm
Title: Re: Getting started developing on Bitshares...
Post by: xeroc on May 10, 2015, 11:31:53 am
You can also take a look at the python-bitsharestools .. there a address library and a transactions library .. both not finished but technically working .. you can find the package in my github repo (link below my avatar)

There's also delegate.xeroc.org/paperwallet.html which shows bitshares-js in action
Title: Re: Getting started developing on Bitshares...
Post by: merivercap on May 11, 2015, 12:37:15 am
Thanks kenCode, favdesu & xeroc.

I'll look over the wiki first.

I think the core team will be introducing more docs and updated code in a few weeks right?

Thanks!