Found 15 repositories(showing 15)
slashdotdash
REST web service to access the Ledger command-line interface (http://ledger-cli.org/).
Node.js + Express REST API integration with TallyPrime via its HTTP XML interface, hosted on AWS EC2 Windows Server with RDP access. Supports fetching ledgers, creating sales invoices, and syncing records to PostgreSQL.
Velocity-BPA
A comprehensive n8n community node for Oracle Fusion Cloud ERP that enables workflow automation for financials, accounts payable, accounts receivable, general ledger, procurement, and project management through Oracle Fusion REST APIs with OAuth 2.0 and Basic authentication.
avinduhewa
No description available
anjulard
A Node.js REST API that offers an endpoint to fetch the ledger.
Kunj-Tyagi
A secure Node.js REST API for financial ledger management with JWT authentication, account tracking, and transaction processing using Express.js and MongoDB.
pandulaDW
A Node.JS REST API written in Typescript that offers an endpoint to fetch ledger entries for a given date range and frequency
ajaykeshri881
Built a ledger-based banking backend system using Node.js, Express, and MongoDB with REST APIs for authentication, account management, balance checking, and transaction processing.
sushantfokmare
Ledger Tampering Detection System - A distributed ledger system built with Node.js and Express that demonstrates blockchain principles including SHA-256 hashing, tampering detection, chain validation, and consensus mechanisms. Features an interactive web dashboard for testing, multi-node support, and REST API endpoints. Deployed on Render.
shola-devv
REST API for a fintech wallet system with ACID transactions, double-entry ledger, idempotency, and role-based access control — built with Node.js, TypeScript, Express, MongoDB, and PostgreSQL
dmitrievanthony
Duck Ledger is an accounting and money transfer service providing a simple REST API. The provided solution is based on a single-node in-memory solution and has correspondent limitations (no durability, no linear scalability).
girija1607
This is a full-stack carbon credit ledger with a Node.js REST API and a simple web interface. It ensures the integrity of each credit using deterministic IDs and an immutable event log to track its entire lifecycle.
kusumamahadev
VaultPay is a scaled banking back-end service, written in node.js, express and MongoDB. It deploys secure authentication, account administration and transaction processing, which is based on a double-entry ledger system. It has features such as idempotent transactions, REST APIs and production-ready architecture.
yagent
Build on the XRP Ledger DEX with 232 REST API endpoints and WebSocket streams. Access real-time token prices, OHLC charts, AMM pools, orderbooks, NFT analytics, wallet data, and risk scores. No node required, no smart contracts, free tier included. Powered by xrpl.to — serving 61M+ API requests across 162 countries. Start building in minutes.
themarscom
When Satoshi Nakamoto dropped his whitepaper conceptualising Bitcoin, he addressed the problem of double-spending that his predecessors in digital cash could not solve. Satoshi offered a solution for the same. This solution became the base technology that the entire cryptocurrency industry today stands on. What is Double-spending? Double spending is a potential flaw that arises with digital currency where the same tender is being spent multiple times. This happens as digital information is easy to reproduce and manipulate. Simply put, double spending is spending the same money twice. Physical currency cannot be replicated easily. Offline transactions are made using physical currency, the parties involved can verify its authenticity and transfer ownership. Physical currency can only be spent once. One coin or note cannot be used to make multiple purchases. Digital assets on the other hand are a set of codes that can be copied and sent to several recipients. This duplication eventually leads to a loss in the value of the asset. Double-spending of digital assets is highly probable as it is impossible for a recipient to tell whether funds being spent have been spent already, without a mediating verification service. Digital assets can solve the problem of double-spending by either opting for a centralised clearing counterparty, such as a financial institution or by a decentralised approach. What is the Decentralised approach? Double spending in decentralized systems is challenging, as it equips an immutable public transaction ledger that is maintained by servers on computer systems scattered around the world. These servers receive the information of a transaction as a broadcast. The broadcast may be received by various servers at varying times. Hence there is a possibility for a transaction to be duplicated or the same currency to be used twice. The servers render the second transaction invalid. To ensure that the servers do not go out of tally, a consensus mechanism is adopted. Bitcoin, for example, uses a consensus mechanism known as proof-to-work. A necessary agreement is reached on various transactions by synchronising the majority of the nodes in a network. Bitcoin uses a historical public ledger facilitated through its blockchain network that legitimises ownership and transfer of assets. Bitcoin transactions take time to verify as the process involved is an intricately complicated one, requiring immense computing power. Are double-spending attacks common? Hackers have tried to break into the bitcoin verification system by sending fraudulent transaction logs to one server and broadcasting another to the rest of the network. However, more Bitcoin thefts happen due to a lack of a secure storage system. Another risk for double-spending can occur if a user controls more than 50% of the computing power involved in maintaining the blockchain. In such a case a user will be able to manipulate the consensus mechanism and repeat transactions by clearing out the ledger. Double-spending attacks are minimalized by the security a blockchain offers.
All 15 repositories loaded