public inbox for bitcoindev@googlegroups.com
 help / color / mirror / Atom feed
* [bitcoin-dev] bitcoin-java, a new bitcoin library
@ 2021-10-05  0:23 Humberto Marcolino
  2021-10-05  9:40 ` Mohamed Youssef
  2021-10-05 15:47 ` Steve Myers
  0 siblings, 2 replies; 4+ messages in thread
From: Humberto Marcolino @ 2021-10-05  0:23 UTC (permalink / raw)
  To: bitcoin-dev

[-- Attachment #1: Type: text/plain, Size: 814 bytes --]

Hello,

My name is Humberto, owner of the repository
https://github.com/bitcoin-education/bitcoin-java.

I'm posting to divulge a new open-source Bitcoin library written in Java,
with support for taproot single key transactions:
https://github.com/bitcoin-education/bitcoin-java.

My main motivation to build this library was for educational purposes.
Also, I was missing a lean bitcoin library written in Java, since I think
bitcoinj too feature-heavy. I don't intend to include features that allow
communication with nodes nor any online features in it. I think it is ideal
for developers that want to build a wallet in Java.

Feedback, PRs, and issues are welcome and appreciated.

Website of the project, where I plan to post more examples using it:
https://www.bitcoineducation.site/

Best regards,

Humberto

[-- Attachment #2: Type: text/html, Size: 1245 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [bitcoin-dev] bitcoin-java, a new bitcoin library
  2021-10-05  0:23 [bitcoin-dev] bitcoin-java, a new bitcoin library Humberto Marcolino
@ 2021-10-05  9:40 ` Mohamed Youssef
  2021-10-05 22:58   ` Humberto Marcolino
  2021-10-05 15:47 ` Steve Myers
  1 sibling, 1 reply; 4+ messages in thread
From: Mohamed Youssef @ 2021-10-05  9:40 UTC (permalink / raw)
  To: Humberto Marcolino, Bitcoin Protocol Discussion

[-- Attachment #1: Type: text/plain, Size: 1252 bytes --]

Thanks for posting; I have been looking for such a library to get into the technical details.
Do you plan a slack or IRC for collaboration?

Best,
Mohamed

From: bitcoin-dev <bitcoin-dev-bounces@lists•linuxfoundation.org> On Behalf Of Humberto Marcolino via bitcoin-dev
Sent: Tuesday, October 5, 2021 08:24 AM
To: bitcoin-dev@lists•linuxfoundation.org
Subject: [bitcoin-dev] bitcoin-java, a new bitcoin library

Hello,

My name is Humberto, owner of the repository https://github.com/bitcoin-education/bitcoin-java.

I'm posting to divulge a new open-source Bitcoin library written in Java, with support for taproot single key transactions: https://github.com/bitcoin-education/bitcoin-java.

My main motivation to build this library was for educational purposes. Also, I was missing a lean bitcoin library written in Java, since I think bitcoinj too feature-heavy. I don't intend to include features that allow communication with nodes nor any online features in it. I think it is ideal for developers that want to build a wallet in Java.

Feedback, PRs, and issues are welcome and appreciated.

Website of the project, where I plan to post more examples using it: https://www.bitcoineducation.site/

Best regards,

Humberto

[-- Attachment #2: Type: text/html, Size: 4296 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [bitcoin-dev] bitcoin-java, a new bitcoin library
  2021-10-05  0:23 [bitcoin-dev] bitcoin-java, a new bitcoin library Humberto Marcolino
  2021-10-05  9:40 ` Mohamed Youssef
@ 2021-10-05 15:47 ` Steve Myers
  1 sibling, 0 replies; 4+ messages in thread
From: Steve Myers @ 2021-10-05 15:47 UTC (permalink / raw)
  To: bitcoin-dev

[-- Attachment #1: Type: text/plain, Size: 1591 bytes --]

Ciao Humberto! building a new library is a great way to learn about bitcoin, you should also take a look at the Bitcoin Dev Kit project (https://github.com/bitcoindevkit) where we're building support for Kotlin/Java (and Android) and eventually Swift and iOS. You don't need to know Rust (though it's a great language to learn! ) and we'd love to have new folks join us as we develop the language bindings which is also a great way to learn the primitives for on-chain Bitcoin. 

Steve

On Mon, Oct 4, 2021, at 5:23 PM, Humberto Marcolino via bitcoin-dev wrote:
> Hello,
> 
> My name is Humberto, owner of the repository https://github.com/bitcoin-education/bitcoin-java.
> 
> I'm posting to divulge a new open-source Bitcoin library written in Java, with support for taproot single key transactions: https://github.com/bitcoin-education/bitcoin-java.
> 
> My main motivation to build this library was for educational purposes. Also, I was missing a lean bitcoin library written in Java, since I think bitcoinj too feature-heavy. I don't intend to include features that allow communication with nodes nor any online features in it. I think it is ideal for developers that want to build a wallet in Java.
> 
> Feedback, PRs, and issues are welcome and appreciated.
> 
> Website of the project, where I plan to post more examples using it: https://www.bitcoineducation.site/
> 
> Best regards,
> 
> Humberto
> _______________________________________________
> bitcoin-dev mailing list
> bitcoin-dev@lists•linuxfoundation.org
> https://lists.linuxfoundation.org/mailman/listinfo/bitcoin-dev
> 

[-- Attachment #2: Type: text/html, Size: 2555 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [bitcoin-dev] bitcoin-java, a new bitcoin library
  2021-10-05  9:40 ` Mohamed Youssef
@ 2021-10-05 22:58   ` Humberto Marcolino
  0 siblings, 0 replies; 4+ messages in thread
From: Humberto Marcolino @ 2021-10-05 22:58 UTC (permalink / raw)
  To: Mohamed Youssef; +Cc: Bitcoin Protocol Discussion

[-- Attachment #1: Type: text/plain, Size: 1614 bytes --]

Hi Mohamed,

I created a discord server for the project, here is the link:
https://discord.gg/vXK9JbCtvZ

Humberto

Em ter., 5 de out. de 2021 às 06:40, Mohamed Youssef <MOHAMED_Y@msn•com>
escreveu:

> Thanks for posting; I have been looking for such a library to get into the
> technical details.
>
> Do you plan a slack or IRC for collaboration?
>
>
>
> Best,
>
> Mohamed
>
>
>
> *From:* bitcoin-dev <bitcoin-dev-bounces@lists•linuxfoundation.org> *On
> Behalf Of *Humberto Marcolino via bitcoin-dev
> *Sent:* Tuesday, October 5, 2021 08:24 AM
> *To:* bitcoin-dev@lists•linuxfoundation.org
> *Subject:* [bitcoin-dev] bitcoin-java, a new bitcoin library
>
>
>
> Hello,
>
>
>
> My name is Humberto, owner of the repository
> https://github.com/bitcoin-education/bitcoin-java.
>
>
>
> I'm posting to divulge a new open-source Bitcoin library written in Java,
> with support for taproot single key transactions:
> https://github.com/bitcoin-education/bitcoin-java.
>
>
>
> My main motivation to build this library was for educational purposes.
> Also, I was missing a lean bitcoin library written in Java, since I think
> bitcoinj too feature-heavy. I don't intend to include features that allow
> communication with nodes nor any online features in it. I think it is ideal
> for developers that want to build a wallet in Java.
>
>
>
> Feedback, PRs, and issues are welcome and appreciated.
>
>
>
> Website of the project, where I plan to post more examples using it:
> https://www.bitcoineducation.site/
>
>
>
> Best regards,
>
>
>
> Humberto
>

[-- Attachment #2: Type: text/html, Size: 3691 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-10-05 22:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-05  0:23 [bitcoin-dev] bitcoin-java, a new bitcoin library Humberto Marcolino
2021-10-05  9:40 ` Mohamed Youssef
2021-10-05 22:58   ` Humberto Marcolino
2021-10-05 15:47 ` Steve Myers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox