Bitcoin Forum
May 05, 2024, 03:47:16 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: class or function  (Read 108 times)
guessmi (OP)
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
December 17, 2021, 05:53:05 PM
 #1

as javascript developer,i writed blockchain examples to be a blockchain developer.
still,i need to be able to accept/send payement in € or to/from bitcoin wallet,to be able to write working codes.
i want full example(with explanation)in javascript,about blockchain(handle crypto-trading or set new cryptocurrency),or documentation(pdf...).
1714924036
Hero Member
*
Offline Offline

Posts: 1714924036

View Profile Personal Message (Offline)

Ignore
1714924036
Reply with quote  #2

1714924036
Report to moderator
1714924036
Hero Member
*
Offline Offline

Posts: 1714924036

View Profile Personal Message (Offline)

Ignore
1714924036
Reply with quote  #2

1714924036
Report to moderator
1714924036
Hero Member
*
Offline Offline

Posts: 1714924036

View Profile Personal Message (Offline)

Ignore
1714924036
Reply with quote  #2

1714924036
Report to moderator
There are several different types of Bitcoin clients. The most secure are full nodes like Bitcoin Core, which will follow the rules of the network no matter what miners do. Even if every miner decided to create 1000 bitcoins per block, full nodes would stick to the rules and reject those blocks.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714924036
Hero Member
*
Offline Offline

Posts: 1714924036

View Profile Personal Message (Offline)

Ignore
1714924036
Reply with quote  #2

1714924036
Report to moderator
1714924036
Hero Member
*
Offline Offline

Posts: 1714924036

View Profile Personal Message (Offline)

Ignore
1714924036
Reply with quote  #2

1714924036
Report to moderator
NotATether
Legendary
*
Offline Offline

Activity: 1596
Merit: 6728


bitcoincleanup.com / bitmixlist.org


View Profile WWW
December 17, 2021, 05:57:02 PM
Merited by Quickseller (3), ABCbits (1)
 #2

Do you just want to accept a EUR amount but just in BTC, or do you actually need to transfer EUR payments to a BTC wallet?

If the latter, you need to integrate with something like Coinbase Commerce which has an exchange that can do the currency conversion in real-time.

.
.BLACKJACK ♠ FUN.
█████████
██████████████
████████████
█████████████████
████████████████▄▄
░█████████████▀░▀▀
██████████████████
░██████████████
████████████████
░██████████████
████████████
███████████████░██
██████████
CRYPTO CASINO &
SPORTS BETTING
▄▄███████▄▄
▄███████████████▄
███████████████████
█████████████████████
███████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
███████████████████████
█████████████████████
███████████████████
▀███████████████▀
█████████
.
bitmover
Legendary
*
Offline Offline

Activity: 2296
Merit: 5920


bitcoindata.science


View Profile WWW
December 17, 2021, 11:04:18 PM
 #3

Have you tried https://btcpayserver.org/?

If you just need to accept payments, that is enough.
Accepting and sending payments is not really blockchain development, btw.

Btcpayserver is a working solution  for what you want,  and open source code.

.
.BLACKJACK ♠ FUN.
█████████
██████████████
████████████
█████████████████
████████████████▄▄
░█████████████▀░▀▀
██████████████████
░██████████████
████████████████
░██████████████
████████████
███████████████░██
██████████
CRYPTO CASINO &
SPORTS BETTING
▄▄███████▄▄
▄███████████████▄
███████████████████
█████████████████████
███████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
███████████████████████
█████████████████████
███████████████████
▀███████████████▀
█████████
.
BitMaxz
Legendary
*
Offline Offline

Activity: 3248
Merit: 2965


Block halving is coming.


View Profile WWW
December 17, 2021, 11:42:42 PM
Merited by Quickseller (3), ABCbits (2)
 #4

i want full example(with explanation)in javascript,about blockchain(handle crypto-trading or set new cryptocurrency),or documentation(pdf...).

So you are looking for a full example of blockchain with Javascript? or a Payment gateway that is made with Javascript?

If you talking about blockchain with Javascript then there is a link that I know that explain and help you build your own blockchain with Javascript you can find it on this link below.

- https://github.com/openblockchains/awesome-blockchains#do-it-yourself-diy---build-your-own-blockchain

On that link, you can see all programming languages that can build a DIY blockchain just focusing on Javascript.

About payment processors like the above said BTCpayserver is what you need but the problem is most of the codes of BTCpayserver use C# and less Javascript you can read their documentation here

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
guessmi (OP)
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
December 19, 2021, 07:36:04 AM
 #5


me looking for an easy,simple class or function (10-20 lines),one to accept payement from a bitcoin wallet to my,the other to send from my to his.
no long code about identification,user data...i do not want to handle(or save in my site)any private data.i suppose a function or bib(crypto-js.js 4.1 or other)to pack all and give secured transaction,just for e-trade(bitcoin to other or new cryptocurrency)
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!