Author

Topic: [REQ] C# or PHP Library for handling bitcoin transactions (Read 1296 times)

member
Activity: 66
Merit: 10
@BitcoinMagazine BitcoinLib is a battle tested Bitcoin, Litecoin and Bitcoin-Clones Library & RPC Wrapper:

https://github.com/GeorgeKimionis/BitcoinLib

Features:

- Fully compatible and up-to-date with Bitcoin 0.9.2 RPC API.
- Design-by-contract, service-oriented architecture.
- Strongly-typed structures for complex RPC requests and responses.
- Implicit JSON casting for all RPC messages.
- Extended methods for every-day scenarios where the built-in methods fall short.
- Exposure of all RPC API's functionality as well as the extended methods through a single interface.
- Fallback mechanism for timed-out RPC requests.
- Custom RPC exceptions.
- Supports all Bitcoin clones.
- Can operate on unlimited daemons with a single library reference.
- Litecoin integration included.
- Each coin instance can be fully parametrized at run-time and implement its own constants.
- Console test client with demo methods implemented in it.
- Disconnected raw RPC connector included for quick'n'dirty debugging.
- Testnet ready.
- Fully configurable.
donator
Activity: 1218
Merit: 1079
Gerald Davis
hero member
Activity: 1582
Merit: 759
What would your exact requirements be? Are you just viewing transactions off the blockchain (via script) or sending/receiving?
newbie
Activity: 8
Merit: 0
If you need a well tested php client library for blockchain wallet api you can try https://github.com/sandrokeil/BlockchainWalletApi.
full member
Activity: 122
Merit: 100
Use blockchain api, they are the best. But if you want to use your own way to accept bitcoin transactions, refer to bitcoin developer section.
newbie
Activity: 3
Merit: 0
full member
Activity: 1498
Merit: 146
What are you needing exactly? I'm a C# developer.
legendary
Activity: 2394
Merit: 1216
The revolution will be digital
i need this for a website i'm making

DO u plan to open source it once the lib is made ?
hero member
Activity: 784
Merit: 500
Do you really need a programatic library? Why not just construct requests and parse responses yourself, if you can't find a service with a C#/PHP library?
sr. member
Activity: 252
Merit: 250
i need this for a website i'm making
Jump to: