Showing 43 open source projects for "work"

View related business solutions
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 1
    Web3j

    Web3j

    Lightweight Java and Android library for integration with Ethereum

    Web3j is a lightweight, highly modular, reactive, type safe Java and Android library for working with Smart Contracts and integrating with Ethereum blockchains. This allows you to work with Ethereum blockchains, without the additional overhead of having to write your own integration code for the platform. Web3j integrates seamlessly with the Epirus Blockchain Explorer. Web3j provides full type-safe access to your blockchain applications. Plugins for leading build tools to simplify the developer experience. Create projects to work with new or import existing decentralized apps in a single command with the Web3j CLI. ...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 2
    Iron Fish

    Iron Fish

    A novel cryptocurrency focused on privacy and accessibility

    ...Its goal is to offer default, universal privacy for every user while remaining easy to use and scalable. Iron Fish uses zk-SNARKs to shield all transaction details and supports a novel PoS-like consensus called “Proof of Work with Delegation.” With its developer-friendly APIs and strong privacy guarantees, Iron Fish is designed to be the foundation for private financial infrastructure in the Web3 space.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 3
    Learning Bitcoin from the Command Line

    Learning Bitcoin from the Command Line

    A complete course for learning Bitcoin programming and usage

    Learning Bitcoin from the Command Line is a tutorial for working with Bitcoin (and Lightning) that teaches direct interaction with the servers themselves, as the most robust and secure way to begin cryptocurrency work. This is a draft in progress, so that I can get some feedback from early reviewers. It is not yet ready for use. Learning Bitcoin from the Command Line is a project of Blockchain Commons. We are proudly a "not-for-profit" social benefit corporation committed to open source & open development. Our work is funded entirely by donations and collaborative partnerships with people like you. ...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 4
    Dogecoin Core

    Dogecoin Core

    Dogecoin is a community-driven cryptocurrency

    Dogecoin is a community-driven cryptocurrency that was inspired by a Shiba Inu meme. The Dogecoin Core software allows anyone to operate a node in the Dogecoin blockchain networks and uses the Scrypt hashing method for Proof of Work. It is adapted from Bitcoin Core and other cryptocurrencies. You have to sync with the blockchain to use Dogecoin. MultiDoge is a "light" wallet. It syncs with the blockchain by "skimming" through the blockchain, providing fast sync times. Dogecoin Core, on the other hand, is a "full" wallet. It syncs by downloading it, providing a solid-working Dogecoin wallet. ...
    Downloads: 10 This Week
    Last Update:
    See Project
  • Application Monitoring That Won't Slow Your App Down Icon
    Application Monitoring That Won't Slow Your App Down

    AppSignal's Rust-based agent is lightweight and stable. Already running in thousands of production apps.

    Full APM with errors, performance, logs, and uptime monitoring. 99.999% uptime SLA on the platform itself.
    Start Free
  • 5
    Besu Ethereum Client

    Besu Ethereum Client

    An enterprise-grade Java-based, Apache 2.0 licensed Ethereum client

    ...Private networks typically use a different chain ID and proof of authority consensus (QBFT, IBFT 2.0, or Clique). You can also create a local development network using proof of work (Ethash). Instructions for how to get started with developing on the Besu codebase. Please also read the wiki for more details on how to submit a pull request (PR). Besu is an Apache 2.0 licensed, MainNet compatible, Ethereum client written in Java. Participation in private networks is typically restricted in some way, so the volume of traffic is much lower than on Mainnet, resulting in lower system requirements. ...
    Downloads: 12 This Week
    Last Update:
    See Project
  • 6
    Spacemesh

    Spacemesh

    Go Implementation of the Spacemesh protocol full node

    Go-Spacemesh is the official Go implementation of the Spacemesh protocol, a novel blockchain based on Proof of Space-Time (PoST) designed for fair mining and energy efficiency. Unlike Proof of Work, PoST leverages unused hard drive space to secure the network, enabling anyone with a computer to participate without specialized hardware. Spacemesh introduces a mesh-based block DAG (Directed Acyclic Graph) structure for scalable and parallel consensus. The project aims to build a decentralized, permissionless, and egalitarian financial operating system accessible to everyone.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 7
    BNB Chain

    BNB Chain

    A Binance Smart Chain client based on the go-ethereum fork

    ...In order to embrace the existing popular community and advanced technology, it will bring huge benefits by staying compatible with all the existing smart contracts on Ethereum and Ethereum tooling. And to achieve that, the easiest solution is to develop based on the go-Ethereum fork, as we respect the great work of Ethereum very much. Binance Smart Chain starts its development based on go-ethereum fork. So you may see many toolings, binaries and also docs are based on Ethereum ones, such as the name “geth”. But from that baseline of EVM compatible, Binance Smart Chain introduces a system of 21 validators with Proof of Staked Authority (PoSA) consensus that can support short block time and lower fees. ...
    Downloads: 13 This Week
    Last Update:
    See Project
  • 8
    Jesse

    Jesse

    An advanced crypto trading bot written in Python

    ...It also includes built-in support for evaluation, logging, and orchestration so developers can monitor, test, and improve agent behavior over time. Because it’s framework-agnostic with respect to model providers, Jesse can work with different LLM backends, giving teams flexibility in cost and capability trade-offs.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 9
    bitcoinj

    bitcoinj

    A library for working with Bitcoin

    ...A wallet class with encryption, fee calculation, multi-signing, deterministic key derivation, pluggable coin selection/coin control, extensions support and event listeners that let you stay up to date with changes in your balance. Experimental full verification mode, which does the same verification work as Bitcoin Core. In this mode, the unspent transaction output set (UTXO set) is calculated.
    Downloads: 4 This Week
    Last Update:
    See Project
  • Fully Managed MySQL, PostgreSQL, and SQL Server Icon
    Fully Managed MySQL, PostgreSQL, and SQL Server

    Automatic backups, patching, replication, and failover. Focus on your app, not your database.

    Cloud SQL handles your database ops end to end, so you can focus on your app.
    Try Free
  • 10
    Lightning Network Daemon

    Lightning Network Daemon

    A complete implementation of a Lightning Network node

    ...The specifications are currently being drafted by several groups of implementers based around the world including the developers of lnd. The set of specification documents as well as our implementation of the specification is still a work in progress. The daemon has been designed to be as developer-friendly as possible in order to facilitate application development on top of lnd. Two primary RPC interfaces are exported, an HTTP REST API, and a gRPC service.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11
    Decred

    Decred

    Decred daemon in Go (golang)

    dcrd is the full-node implementation of Decred, a hybrid proof-of-work/proof-of-stake cryptocurrency focused on decentralized governance, long-term sustainability, and robust network security. Written in Go, dcrd provides all the core consensus, networking, and validation logic necessary for Decred nodes to participate in the network. It plays a critical role in enforcing consensus rules, managing peer connections, and enabling advanced features like on-chain voting and self-funding via a decentralized treasury. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Superalgos

    Superalgos

    Free, open-source crypto trading bot, automated bitcoin trading

    Free, open-source crypto trading bot, automated bitcoin/cryptocurrency trading software, algorithmic trading bots. Visually design your crypto trading bot, leveraging an integrated charting system, data-mining, backtesting, paper trading, and multi-server crypto bot deployments. Superalgos is not just another open-source project. We are an open and welcoming community nurtured and incentivized with the project's native Superalgos (SA) Token, building an open trading intelligence network. You...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    Sign-In with Ethereum

    Sign-In with Ethereum

    Sign-In with Ethereum library

    Sign-In with Ethereum is a new form of authentication that enables users to control their digital identity with their Ethereum account and ENS profile instead of relying on a traditional intermediary. Already used throughout web3, this is an effort to standardize the method with best practices and to make it easier for web2 services to adopt it. Sign-In with Ethereum describes how Ethereum accounts authenticate with off-chain services by signing a standard message format parameterized by...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Mina

    Mina

    Mina is a new cryptocurrency with a constant size blockchain

    We are the world’s lightest blockchain, powered by participants. Using zero-knowledge technology, Mina is creating the infrastructure for the secure, democratic future we all deserve. Build on Mina with zkApps, smart contracts powered by zero-knowledge. The SDK, based on Typescript, will be available soon. The Mina blockchain remains ~22kb, enabling users to quickly and directly access the current state from their smartphone and other blockchains. Users today are compelled to hand over their...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Dogecoin Mining - Software

    Dogecoin Mining - Software

    This is a multi-threaded multi-pool FPGA and ASIC miner for DOGECOIN

    Dogecoin Mining - Software is an open source miner for ASIC, GPU and FPGA. It works on Windows, Linux and macOS. This miner is extremely flexible in terms of platform and can work with a variety of hardware miners and GPUs including AMD, CUDA and NVIDIA platforms. See all reviews and talks here --> https://skipl.ink/dogecoin-miner
    Downloads: 41 This Week
    Last Update:
    See Project
  • 16
    OK • Okcash

    OK • Okcash

    Multichain Leader in Decentralized, Sustainable Crypto Solutions.

    ...Designed to power transactions across the modern digital economy, Okcash is faster, greener, and more secure than ever, making it the ideal choice for Web3, DeFi, and beyond. Launched on November 24, 2014, Okcash has evolved from its early days as a Proof of Work (PoW) cryptocurrency into a multichain, stakable digital asset. With roots in transparency and decentralization, Okcash operates without ICOs or funding rounds, thriving through the collective passion of its global community—true to the spirit of Bitcoin. Now spanning major blockchains like Ethereum, Binance Smart Chain, Polygon, Solana, Avalanche, and more, Okcash is more than a cryptocurrency—it’s a movement for accessible, trustless finance. ...
    Downloads: 16 This Week
    Last Update:
    See Project
  • 17
    Bitcoin-Arbitrage-Bot
    Bitcoin Arbitrage Bot is your all-in-one solution for maximizing crypto trading profits through advanced arbitrage techniques. Designed to identify and execute profitable buy-sell opportunities across multiple exchanges, this bot empowers you to stay ahead in the fast-moving crypto market. Whether you're a seasoned trader or just starting your crypto journey, Bitcoin Arbitrage Bot is the tool you need to automate your trading strategy and achieve consistent results.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    BitShares Core

    BitShares Core

    BitShares Blockchain implementation and command-line interface

    ...BitShares requires a 64-bit operating system to build, and will not build on a 32-bit OS. BitShares requires Boost libraries to build, and supports versions 1.58 to 1.74. Newer versions may work but have not been tested. If your system came pre-installed with a version of Boost libraries that you do not wish to use, you may manually build your preferred version and use it with BitShares by specifying it on the CMake command line. BitShares requires OpenSSL libraries to build, and supports versions 1.0.2 to 1.1.1. If your system came pre-installed with a version of OpenSSL libraries that you do not wish to use, you may manually build your preferred version and use it with BitShares by specifying it on the CMake command line. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    ZoKrates

    ZoKrates

    A toolbox for zkSNARKs on Ethereum

    ...Ethereum runs computations on all nodes of the network, resulting in high costs, limits in complexity, and low privacy. zkSNARKs have been enabling to only verify computations on-chain for a fraction of the cost of running them, but are hard to grasp and work with.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 20
    TypeChain

    TypeChain

    TypeScript bindings for Ethereum smart contracts

    TypeChain generates only TypeScript typings (d.ts) files, if you're looking for "opinionated", "batteries included" solution check out our new project: eth-sdk. It generates typesafe, ready to use ethers.js wrappers and uses etherscan/sourcify to automatically get ABIs based only on smart contract addresses. Under the hood, eth-sdk relies on TypeChain. Interacting with blockchain in Javascript is a pain. Developers need to remember not only a name of a given smart contract method or event...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 21
    Miningcore

    Miningcore

    Miningcore is a high-performance Mining Pool Software for Linux

    Miningcore is a high-performance Mining Pool Software for Linux and Windows.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 22
    Raiden Network

    Raiden Network

    Raiden Network

    ...The Raiden Network is an off-chain scaling solution, enabling near-instant, low-fee and scalable payments. It's complementary to the Ethereum Blockchain and works with any ERC20 compatible token. The Raiden project is work in progress.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Gitcoin Web

    Gitcoin Web

    Grow Open Source

    Grants Protocol aims to decentralize funding access, empowering any community to run their own grants program. We've helped thousands of projects and teams grow their open-source ecosystems. The internet has unlocked unprecedented opportunities for collaboration and creation. Now web3 technology like open-source protocols and decentralized blockchains give us the ability to take that co-creation to a new scale. The Gitcoin community uses this technology to fund and build digital public goods...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Incubed Client in C

    Incubed Client in C

    The IN3 client (written in C)

    ...While this is possible to perform on laptops or desktop systems, mobile devices, mobile app, and even web applications struggle to meet these requirements. Currently the solution of choice is to use a light client or remote client on mobile devices. While this may work for mobile phones, most IoT devices are unable to run light clients. Connecting an IoT device to a remote node enables even low-performance IoT devices to be connected to blockchain. However, by using distinct remote nodes, the advantages of a decentralized network are undermined introducing a single point of failure. Also, it is unsecure because the client is not able to verify the results by itself. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    LBRYcrd

    LBRYcrd

    The blockchain that provides the digital content namespace for LBRY

    ...What if anyone in the world could publish digital content, anyone else in the world could access it (for free or for payment), and that entire system worked without any centralized authority or point of control? LBRY uses a public, proof-of-work blockchain that is very similar to Bitcoin. The blockchain is the foundation of the protocol stack. The most salient feature of the LBRY blockchain is the association of a normalized string of characters (a “name”) with a structured set of metadata. This coupling is called a claim. The LBRY blockchain stores names and metadata in a parallel Merkle tree, separate from the tree used to store transaction data. ...
    Downloads: 6 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB