Showing 173 open source projects for "contracts"

View related business solutions
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
  • Precoro helps companies spend smarter Icon
    Precoro helps companies spend smarter

    Fully Automated Process in One Tool: From Purchase Orders to Budget Control and Reporting.

    For minor company expenses, you might utilize a spend management solution or track everything in spreadsheets. For everything more, you'll need Precoro. We help companies achieve procurement excellence and budget efficiency by building transparent, predictable, automated spending workflows.
  • 1
    OpenZeppelin Contracts

    OpenZeppelin Contracts

    OpenZeppelin Contracts is a library for secure smart contracts

    A library for secure smart contract development. Build on a solid foundation of community-vetted code. OpenZeppelin Contracts uses semantic versioning to communicate backward compatibility of its API and storage layout. To keep your system secure, you should always use the installed code as-is, and neither copy-paste it from online sources nor modify it yourself. The library is designed so that only the contracts and functions you use are deployed, so you don't need to worry about it needlessly...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Gnosis Safe Contracts

    Gnosis Safe Contracts

    Gnosis Safe allows secure management of blockchain assets

    The most trusted platform to manage digital assets on Ethereum. Access the most recent version of the Safe directly in your browser. Download the Safe as a static desktop application for Windows, MacOS or Linux. Conveniently manage your digital assets on the go. Fully customize how you manage your company crypto assets, with the option to require a predefined number of signatures to confirm transactions. Require multiple team members to confirm every transaction in order to execute it, which...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    Remix IDE

    Remix IDE

    Browser-based compiler and IDE

    ... is a powerful open source tool that helps you write Solidity contracts straight from the browser. It is written in JavaScript and supports both usage in the browser, but run locally and in a desktop version. Remix IDE has modules for testing, debugging and deploying of smart contracts and much more.
    Downloads: 45 This Week
    Last Update:
    See Project
  • 4
    Solidity

    Solidity

    The Smart Contract Programming Language

    Solidity is a statically-typed curly-braces programming language designed for developing smart contracts that run on Ethereum. Solidity 0.8.4 adds custom structured errors, allows more flexible configuration of the SMTChecker and fixes a bug in the Solidity ABI decoder v2. Read more about the bug here. With v0.8.4, errors can be defined inside and outside of contracts (including interfaces and libraries). This provides a convenient and gas-efficient way to explain to users why an operation...
    Downloads: 18 This Week
    Last Update:
    See Project
  • Automated RMM Tools | RMM Software Icon
    Automated RMM Tools | RMM Software

    Proactively monitor, manage, and support client networks with ConnectWise Automate

    Out-of-the-box scripts. Around-the-clock monitoring. Unmatched automation capabilities. Start doing more with less and exceed service delivery expectations.
  • 5
    Truffle

    Truffle

    A tool for developing smart contracts. Crafted with the finest cacaos.

    The most comprehensive suite of tools for smart contract development. Quickly build, test, debug, and deploy using the Truffle CLI. Write scripts and plugins to automate common processes. Interact directly with the blockchain using the Truffle console. Write tests in Solidity, JavaScript, and TypeScript. Truffle will manage your entire workflow. Get a deeper understanding of transactions with the Truffle debugger. Step in/out, set breakpoints, and analyze variables through the CLI and the...
    Downloads: 24 This Week
    Last Update:
    See Project
  • 6
    Hyperledger Fabric

    Hyperledger Fabric

    Distributed ledger framework for developing solutions and applications

    Hyperledger Fabric is an enterprise-grade permissioned distributed ledger framework for developing solutions and applications. Its modular and versatile design satisfies a broad range of industry use cases. It offers a unique approach to consensus that enables performance at scale while preserving privacy. High-performance, secure, permissioned blockchain network. Code written in Go, chaincode (smart contracts) in Go, Javascript, or Java, SDKs in Node.js, Java, Go, REST and Python. Hyperledger...
    Downloads: 9 This Week
    Last Update:
    See Project
  • 7
    NFT Faucet

    NFT Faucet

    WASM web-application that allows you to mint ERC-721 tokens

    It's a WASM web-application that allows you to mint ERC-721 and ERC-1155 tokens to any specified address from supported networks. Used contracts are based on OpenZeppilin contracts, but with one unusual feature - mint method can be called by anyone, not just by an owner. The entire web app works as a static website, hosted on Github Pages. There is no backend, it runs only in your browser.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 8
    wagmi

    wagmi

    React Hooks for Ethereum

    wagmi is a collection of React Hooks containing everything you need to start working with Ethereum. wagmi makes it easy to "Connect Wallet," display ENS and balance information, sign messages, interact with contracts, and much more, all with caching, request deduplication, and persistence. We create a wagmi Client and pass it to the WagmiConfig React Context. The client is set up to use the ethers Default Provider and automatically connect to previously connected wallets. Next, we use...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 9
    Mythril

    Mythril

    Security analysis tool for EVM bytecode. Supports smart contracts

    Mythril is a security analysis tool for EVM bytecode. It detects security vulnerabilities in smart contracts built for Ethereum, Hedera, Quorum, Vechain, Roostock, Tron and other EVM-compatible blockchains. It uses symbolic execution, SMT solving and taint analysis to detect a variety of security vulnerabilities. It's also used (in combination with other tools and techniques) in the MythX security analysis platform. If you are a smart contract developer, we recommend using MythX tools which...
    Downloads: 4 This Week
    Last Update:
    See Project
  • AI-powered conversation intelligence software Icon
    AI-powered conversation intelligence software

    Unlock call analytics that provide actionable insights with our call tracking software, empowering you to identify what's working and what's not.

    Every customer interaction is vital to your business success and revenue growth. With Jiminny’s AI-powered conversation intelligence software, we take recording, capturing, and meticulous analysis of call recordings to the next level. Unlock call analytics that provide actionable insights with our call tracking software, empowering you to identify what's working and what's not. Seamlessly support your biggest objectives across the entire business landscape with our innovative call tracking system.
  • 10
    Laravel Ban

    Laravel Ban

    Laravel Ban simplify blocking and banning Eloquent models

    Laravel Ban simplifies the management of the Eloquent model's ban. Make any model bannable in minutes. The use case is not limited to the User model, any Eloquent model could be banned: Organizations, Teams, Groups, and others. Bannable model must have a nullable timestamp column named banned_at. This value is used as the flag and simplifies checks if the user was banned.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 11
    Hardhat

    Hardhat

    Hardhat is a development environment to compile, deploy, test

    Hardhat is an Ethereum development environment for professionals. It facilitates performing frequent tasks, such as running tests, automatically checking code for mistakes or interacting with a smart contract. Check out the plugin list to use it with your existing tools. Hardhat Runner is the main component you interact with when using Hardhat. It's a flexible and extensible task runner that helps you manage and automate the recurring tasks inherent to developing smart contracts and dApps...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 12
    Aeternity node

    Aeternity node

    Scalable blockchain for the people, smart contracts, state channels

    Engineered to scale and last, æternity is an easily accessible blockchain platform for the global public. With numerous innovative functionalities and performance far ahead of earlier blockchains, æternity allows its users and community to seamlessly venture into the new era of society, economy, and digital interactions. The æternity blockchain project was born out of a desire for a more fair Internet supported by scalable, open-source and cryptographic software, with a commitment to...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 13
    web3.js

    web3.js

    Ethereum JavaScript API

    web3.js is the Ethereum JavaScript API that connects to the Generic JSON-RPC spec. It is composed of a selection of libraries that make it possible to interact with a local or remote ethereum node, using a HTTP or IPC connection. The node may be local, hosted by the DApp provider, or a public gateway such as Infura, which operates free Ethereum access points. It is necessary to run a local or remote Ethereum node to be able to use this library. web3.js is directly usable on web technology...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 14
    Swarm Bee

    Swarm Bee

    Bee is a Swarm client implemented in Go

    Bee is a Swarm client implemented in Go. It’s the basic building block for the Swarm network: a private; decentralized; and self-sustaining network for permissionless publishing and access to your (application) data.There are two versioning schemes used in Bee that you should be aware of. The main Bee version does NOT follow strict Semantic Versioning. Bee hosts different peer-to-peer wire protocol implementations and individual protocol breaking changes would necessitate a bump in the major...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 15
    Chainlink

    Chainlink

    node of the decentralized oracle network

    Securely connect smart contracts with off-chain data and services. Chainlink decentralized oracle networks provide tamper-proof inputs, outputs, and computations to support advanced smart contracts on any blockchain. Start building your hybrid smart contract with Chainlink. Use decentralization, trusted nodes, premium data, and cryptographic proofs to connect highly accurate and available data/APIs to any smart contract. Build on a flexible framework that can retrieve data from any API, connect...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    EHR 2.0

    EHR 2.0

    Electronic Health Record (EHR) Electronic Medical Record (EMR) systems

    Electronic Health Record (EHR) and Electronic Medical Record (EMR) systems. However, they still face some issues regarding the security of medical records, user ownership of data, data integrity etc. The solution to these issues could be the use of a novel technology, i.e., Blockchain.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17
    Go Ethereum

    Go Ethereum

    Go implementation of the Ethereum protocol

    Go Ethereum is the Golang implementation of the Ethereum protocol, a decentralized computing platform that runs smart contracts and applications. There are three original implementations of Ethereum and along with C++ and Python, Go Ethereum is one of them, written in Go. Go Ethereum comes with several wrappers/executables. It is fully open source and available as a standalone client called Geth that you can install on just about any operating system, or as a library that you can embed...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18
    Miletus.jl

    Miletus.jl

    Writing financial contracts in Julia

    Miletus is a financial contract modelling language written in Julia, based on papers by Peyton Jones and Eber [PJ&E2000],[PJ&E2003] (more closely modelled on the second one).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    MyEtherWallet

    MyEtherWallet

    MyEtherWallet to interact with the Ethereum blockchain

    MEW (MyEtherWallet) is a free, client-side interface helping you interact with the Ethereum blockchain. Our easy-to-use, open-source platform allows you to generate wallets, interact with smart contracts, and so much more. Easily access all you favorite apps across Ethereum and Polkadot chains, buy crypto, swap tokens, and manage your NFTs. Welcome to the multichain future. ETH Blocks is an NFT series representing mined Ethereum blocks and their properties. Whether it's a special block number...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 20
    bitcoinj

    bitcoinj

    A library for working with Bitcoin

    bitcoinj is a library for working with the Bitcoin protocol. It can maintain a wallet, send/receive transactions without needing a local copy of Bitcoin Core and has many other advanced features. It's implemented in Java but can be used from any JVM compatible language, examples in Python and JavaScript are included. Highly optimized lightweight simplified payment verification (SPV) mode. In this mode, only a small part of the blockchain is downloaded, making bitcoin suitable for usage on...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 21
    LibreSign

    LibreSign

    Nextcloud app to sign PDF documents

    Simplify your digital signatures and document management safely and efficiently. Beyond offering agility and security in digital signatures and document management, LibreSign features functionalities that adapt to the specific needs of your organization. Keep your documents secure with end-to-end encryption and multi-factor authentication, ensuring protection throughout the electronic document signing process. Hybrid signatures streamline negotiation processes, offering flexibility in...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 22
    The XRP Ledger

    The XRP Ledger

    A decentralized cryptographic ledger

    The XRP Ledger is an open source, decentralized and permissionless blockchain technology powered by a network of peer-to-peer servers. It allows for really fast settlement of transactions- within 3-5 seconds- without a central intermediary and in a secure distributed database. The native digital asset on the XRP Ledger is the XRP. A public,counterparty-free asset, it is designed to bridge many different currencies being used worldwide, and is available for anyone to access and trade on...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 23
    Woke

    Woke

    Woke is a Python-based development and testing framework for Solidity

    Woke is a Python-based development and testing framework for Solidity. A testing framework for Solidity smart contracts with Python-native equivalents of Solidity types and blazing-fast execution. A property-based fuzzer for Solidity smart contracts that allows testers to write their fuzz tests in Python. See examples and documentation for more information. Fuzzer builds on top of the testing framework and allows efficient fuzz testing of Solidity smart contracts. Woke implements an LSP server...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    AlgoWorld Swapper

    AlgoWorld Swapper

    Free and trustless ASA swapper, powered by Algorand

    The following repository hosts the source codes for AlgoWorld Swapper. Free and open-source swapper that allows for trustless transfers of assets on Algorand blockchain and extensibility. algoworld-contracts used by the swapper are not formally audited by accredited third parties. However, contracts are a basis for certain functionality on the explorer platform and were created in collaboration with Solution Architect from Algorand.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Qtum

    Qtum

    Qtum Core Wallet

    Qtum is a decentralized blockchain project built on Bitcoin's UTXO model, with support for Ethereum Virtual Machine-based smart contracts, and secured by a proof of stake consensus model. It achieves this through the revolutionary Account Abstraction Layer which allows the EVM to communicate with Qtum's Bitcoin-like UTXO blockchain. Welcome to the Qtum Ignition Main Network. This is the main network where the tokens hold value and should be guarded very carefully. If you are testing the network...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next