Bitcoin Forum
May 12, 2024, 12:41:43 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Question for Devs about making a wallet [Answered]  (Read 566 times)
NicoDFS (OP)
Full Member
***
Offline Offline

Activity: 160
Merit: 100

FGC Dev


View Profile WWW
June 26, 2017, 03:24:50 AM
Last edit: June 26, 2017, 10:32:57 PM by NicoDFS
 #1

Hi, I was wondering how much functions can be built into a custom wallet? Like can I code a game into a wallet? Or can use API to add in features to a wallet?

1715474503
Hero Member
*
Offline Offline

Posts: 1715474503

View Profile Personal Message (Offline)

Ignore
1715474503
Reply with quote  #2

1715474503
Report to moderator
1715474503
Hero Member
*
Offline Offline

Posts: 1715474503

View Profile Personal Message (Offline)

Ignore
1715474503
Reply with quote  #2

1715474503
Report to moderator
1715474503
Hero Member
*
Offline Offline

Posts: 1715474503

View Profile Personal Message (Offline)

Ignore
1715474503
Reply with quote  #2

1715474503
Report to moderator
"I'm sure that in 20 years there will either be very large transaction volume or no volume." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715474503
Hero Member
*
Offline Offline

Posts: 1715474503

View Profile Personal Message (Offline)

Ignore
1715474503
Reply with quote  #2

1715474503
Report to moderator
1715474503
Hero Member
*
Offline Offline

Posts: 1715474503

View Profile Personal Message (Offline)

Ignore
1715474503
Reply with quote  #2

1715474503
Report to moderator
1715474503
Hero Member
*
Offline Offline

Posts: 1715474503

View Profile Personal Message (Offline)

Ignore
1715474503
Reply with quote  #2

1715474503
Report to moderator
Casy
Member
**
Offline Offline

Activity: 149
Merit: 22

🔴🔵 FoxMixer.com 🔵🔴


View Profile WWW
June 26, 2017, 08:23:05 PM
 #2

Hi, I was wondering how much functions can be built into a custom wallet? Like can I code a game into a wallet? Or can use API to add in features to a wallet?

As this question is very generic, I'll answer it in the same way.
If you wanted to code a wallet from scratch, you could code any kind of functionality that you desire into a wallet, as long as you can code it yourself or integrate it from existing code.
You can also extend a wallet of which the code is open source. You basically create a fork of the code and add the functionality you need.

However, the easier and more widespread way of creating software that is based on bitcoin is to use a wallet with minimum functionality like bitcoin core and then you can code a standalone application in whatever code language you want to, and then your wallet software communicates with the running bitcoin core via REST API requests.

Without knowing what your goal is, it is hard to be more specific here.

NicoDFS (OP)
Full Member
***
Offline Offline

Activity: 160
Merit: 100

FGC Dev


View Profile WWW
June 26, 2017, 10:32:08 PM
 #3

Hi, I was wondering how much functions can be built into a custom wallet? Like can I code a game into a wallet? Or can use API to add in features to a wallet?

As this question is very generic, I'll answer it in the same way.
If you wanted to code a wallet from scratch, you could code any kind of functionality that you desire into a wallet, as long as you can code it yourself or integrate it from existing code.
You can also extend a wallet of which the code is open source. You basically create a fork of the code and add the functionality you need.

However, the easier and more widespread way of creating software that is based on bitcoin is to use a wallet with minimum functionality like bitcoin core and then you can code a standalone application in whatever code language you want to, and then your wallet software communicates with the running bitcoin core via REST API requests.

Without knowing what your goal is, it is hard to be more specific here.

Thanks, its exactly what I was hoping to hear. sorry for being so generic, basically we made a game we want to launch and I had a thought that it would be really cool to just put the game in its own wallet, but all the devs were out by the time i had the idea and just wanted to be sure I was not crazy.

spoke with him first thing and our lead dev said he made wallet he made that using REST API requests before, now we are just confirming this fits in for long term plans.

thanks again


DraftDaily
Newbie
*
Offline Offline

Activity: 40
Merit: 0


View Profile
July 27, 2017, 04:16:33 AM
 #4

yeah its something we would  like to do down the road, just play the games right in the wallet.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!