209 skills found · Page 1 of 7
dinerojs / Dinero.jsCreate, calculate, and format money in JavaScript and TypeScript
Flight-School / MoneyA precise, type-safe representation of a monetary amount in a given currency
sebastianbergmann / MoneyValue Object that represents a monetary value (using a currency's smallest unit).
JodaOrg / Joda MoneyJava library to represent monetary amounts.
FellowTraveler / Open Transactions OldOpen-Transactions democratizes financial and monetary actions. You can use it for issuing currencies/stock, paying dividends, creating asset accounts, sending/receiving digital cash, writing/depositing cheques, cashier's cheques, creating basket currencies, trading on markets, scripting custom agreements, recurring payments, escrow, etc. Open-Transactions uses strong crypto. The balances are unchangeable (even by a malicious server.) The receipt history is destructible. The transactions are unforgeable. The cash is unlinkable. The cheques are non-repudiable. Etc.
zalando / Jackson Datatype MoneyExtension module to properly support datatypes of javax.money
ARPSyndicate / Bug Bounty DomainsDomains belonging to the most reputed public bug bounty programs. [NOT FOR NON-MONETARY OR PRIVATE PROGRAMS]
eriksencosta / MoneyMonetary calculations and allocations made easy
whitecube / Php PricesA simple PHP library for complex monetary prices management
frolovdev / EasymoneyLibrary for operating with monetary values in JavaScript and Typescript 💵
clojurewerkz / MoneyA Clojure library that deals with monetary values and currencies. Built on top of Joda Money.
cuducos / Calculadora Do Cidadao💵 Tool for Brazilian Reais monetary adjustment/correction
olalonde / Proof Of LiabilitiesProof of Liabilities (PoL) is a scheme designed to let companies that accept monetary deposits from consumers (e.g. Bitcoin exchanges, gambling websites, online Bitcoin wallets, etc.) prove their total amount of deposits (their liabilities) without compromising the privacy of individual users.
kennt / Monetary EconomicsImplementation of the models from "Monetary Economics 2e" by Godley and Lavoie, 2012
steliostsiaras / Financial Frictions CourseThis is a PhD course on financial frictions in macroeconomic models. This repository includes all the materials taught and is constantly updated
kalaspuff / Stockholm💵 Modern Python library for working with money and monetary amounts. Human friendly and flexible approach for development. 100% test coverage + built-in support for GraphQL and Protocol Buffers transports using current best-practices.
randomseed-io / BanksterMoney as data, done right.
fiestah / Angular Money DirectiveAngularJS directive to validate monetary inputs
ezechuka / Xpense WhizXpense Whiz - money tracker app that keeps detailed record of monetary activities
scorelab / EtherBeatWith the growing popularity of BitCoin in the last couple of years, other blockchains have been in development for solving various problems that need distributed consensus. Ethereum blockchain is one example, that gives users to develop "smart contracts" that runs in the blockchain. This gives the ability to develop decentralized applications (or dApps). Users do not need to 'trust' anything or anybody. In addition to that, dApps are always available and will be guaranteed to be available in the future as well. Also, it is resistant to traditional attacks such as DDoS. This framework has given many developers to write a decentralized application without much effort, without needing distributed systems or cryptography knowledge. Many startups are actively developing applications for Ethereum such as Ethereum Name Service (ENS), Etheria or WeiFund. Unfortunately, because the technology being used is bleeding edge it is inevitable that attacks or hacks will target these apps for monetary reasons. Last year DAO suffered a severe attack because of its security flaws. Due to that attack, 3.6m ether was stolen from DAO's smart contract. Also, once you publish a smart contract in Ethereum it is not possible to modify or update it as a regular web application. Thus, even developers identify a critical bug in the contract it is not possible to push a bugfix in a straightforward way. Thus, in order to fill the gap of not having a proper 'smart contract' compatible monitoring service, we propose to build a web application that can monitor other smart contracts in Ethereum and give the capability to safeguard it's critical functions (Ether send and receive) and interact and visualize with smart contract functions in a much simpler way. Also depending smart contracts can using our base smart contracts to gain the advantage of having 'circuit-breaker' which will pause the activity if things go wrong in an unexpected way.