Showing 18 open source projects for "rpc"

View related business solutions
  • Our Free Plans just got better! | Auth0 by Okta Icon
    Our Free Plans just got better! | Auth0 by Okta

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your secuirty. Auth0 now, thank yourself later.
    Try free now
  • Bright Data - All in One Platform for Proxies and Web Scraping Icon
    Bright Data - All in One Platform for Proxies and Web Scraping

    Say goodbye to blocks, restrictions, and CAPTCHAs

    Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
    Get Started
  • 1
    BTC RPC Explorer

    BTC RPC Explorer

    Database-free, self-hosted Bitcoin explorer, via RPC to Bitcoin Core

    This is a self-hosted explorer for the Bitcoin blockchain, driven by RPC calls to your own Bitcoin node. It is easy to run and can be connected to other tools (like Electrum servers) to achieve a full-featured explorer. Whatever reasons you may have for running a full node (trustlessness, technical curiosity, supporting the network, etc) it's valuable to appreciate the fullness of your node. With this explorer, you can explore not just the blockchain database, but also explore all...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 2
    Ganache Ethereum

    Ganache Ethereum

    A tool for creating a local blockchain for fast Ethereum development

    Quickly fire up a personal Ethereum blockchain which you can use to run tests, execute commands, and inspect state while controlling how the chain operates. Quickly see the current status of all accounts, including their addresses, private keys, transactions, and balances. See the log output of Ganache’s internal blockchain, including responses and other vital debugging information. Configure advanced mining with a single click, setting block times to best suit your development needs....
    Downloads: 6 This Week
    Last Update:
    See Project
  • 3
    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: 8 This Week
    Last Update:
    See Project
  • 4
    Nethereum

    Nethereum

    Ethereum .Net cross platform integration library

    Nethereum is the .Net integration library for Ethereum, simplifying the access and smart contract interaction with Ethereum nodes both public or permission like Geth, Parity or Quorum. Nethereum is developed targeting netstandard 1.1, netstandard 2.0, netcore 2.1, netcore 3.1, net451 and also as a portable library, hence it is compatible with all the operating systems (Windows, Linux, MacOS, Android, and OSX) and has been tested on cloud, mobile, desktop, Xbox, hololens and windows IoT....
    Downloads: 2 This Week
    Last Update:
    See Project
  • Manage and protect your mobile workforce with AI-driven unified endpoint management (UEM) Icon
    Manage and protect your mobile workforce with AI-driven unified endpoint management (UEM)

    For IT security teams in need of an AI-driven unified endpoint management platform

    IBM® MaaS360® is uniquely equipped to help IT professionals manage a wide variety of endpoints, apps, and data, and protect them efficiently and productively.
    Learn More
  • 5
    The Ethers Project

    The Ethers Project

    Complete Ethereum library and wallet implementation in JavaScript

    .... Connect to Ethereum nodes over JSON-RPC, INFURA, Etherscan, Alchemy, Ankr or MetaMask. ENS names are first-class citizens; they can be used anywhere an Ethereum addresses can be used. Tiny (~104kb compressed; 322kb uncompressed). Modular packages; include only what you need. Complete functionality for all your Ethereum desires. Extensive documentation. Large collection of test cases which are maintained and added. Fully TypeScript ready, with definition files.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    Lightning Network Daemon

    Lightning Network Daemon

    A complete implementation of a Lightning Network node

    ... Technology. 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: 1 This Week
    Last Update:
    See Project
  • 7
    web3.js Ethereum JavaScript API

    web3.js Ethereum JavaScript API

    Ethereum JavaScript API

    Web3.js 4.x has been released. Checkout 4.x API documentation and migration guide for testing, early feedback and contributions. This is the Ethereum JavaScript API which connects to the Generic JSON-RPC spec. You need to run a local or remote Ethereum node to use this library. Additionally you can set a provider using web3.setProvider() (e.g. WebsocketProvider). We support types within the repo itself. Please open an issue here if you find any wrong types. If you are using create-react-app...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Erigon

    Erigon

    Ethereum implementation on the efficiency frontier

    Erigon is an implementation of Ethereum (execution client), on the efficiency frontier, written in Go. For an Archive node of Ethereum Mainnet we recommend >=3TB storage space: 1.8TB state (as of March 2022), 200GB temp files (can symlink or mount folder <datadir>/etl-tmp to another disk). Ethereum Mainnet Full node ( see --prune* flags): 400Gb. Erigon by default is "all in one binary" solution, but it's possible start TxPool as separated processes. Same true about: JSON RPC layer (RPCDaemon...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Web3Modal

    Web3Modal

    A single Web3 provider solution for all Wallets

    .... @web3modal/react and the chain ecosystem you are working with i.e web3modal/Ethereum. Head over to cloud.walletconnect to sign up and generate your projectId, which will be required to allow interactions with our explorer api, optional WalletConnect rpc provider and more v2 protocol features in the future.
    Downloads: 0 This Week
    Last Update:
    See Project
  • The Voice API that just works | Twilio Icon
    The Voice API that just works | Twilio

    Build a scalable voice experience with the API that's connecting millions around the world.

    With Twilio Voice, you can build unique phone call experiences with one API, to create, receive, control and monitor calls with just a few lines of code. Create an engaging voice experience that you can quickly scale and modify with a wide array of customization options and resources.
    Learn More
  • 10
    Stacks

    Stacks

    The Stacks 2.0 blockchain implementation

    ... such as improved RPC endpoints, improved boot-up time, new event observer fields or event types, etc., are released on a monthly schedule. The currently staged changes for such releases are in the development branch. It is generally safe to run a stacks-node from that branch, though it has received less rigorous testing than release tags. If bugs are found in the develop branch, please do report them as issues on this repository.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    OpenEthereum

    OpenEthereum

    The fast, light, and robust client for the Ethereum mainnet

    ... is to be the fastest, lightest, and most secure Ethereum client. We are developing OpenEthereum using the Rust programming language. OpenEthereum is licensed under the GPLv3 and can be used for all your Ethereum needs. By default, OpenEthereum runs a JSON-RPC HTTP server on port :8545 and a Web-Sockets server on port :8546. This is fully configurable and supports a number of APIs. You can generate documentation for OpenEthereum Rust packages that automatically opens in your web browser.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    NimiqRPC

    NimiqRPC

    A Windows Forms based gui for the Nimiq client RPC calls

    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Bcoin

    Bcoin

    Javascript bitcoin library for node.js and browsers

    Bcoin is an advanced fullnode implementation built with JavaScript/C/C++/Node.js. It is easier to use, faster to learn, and more well-documented than competing implementations. Engineered from the ground up to create scalable, flexible, and efficient production-ready systems with unparalleled code readability. Bcoin is consensus-conforming and adheres to the strict security standards of the original implementation maintained by Bitcoin Core. Bcoin can be integrated into almost any desktop or...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    parity ethereum

    parity ethereum

    The fast, light, and robust client for Ethereum-like networks

    ... and can be used for all your Ethereum needs. By default, Parity Ethereum runs a JSON-RPC HTTP server on port :8545 and a Web-Sockets server on port :8546. This is fully configurable and supports a number of APIs. If you run into problems while using Parity Ethereum, check out the wiki for documentation, feel free to file an issue in this repository, or hop on our Gitter or Riot chat room to ask a question. We are glad to help!
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    Pascal Wallet

    Pascal Wallet

    Wallet for Pascal Coin Cryptocurrency and clones

    Pascal Wallet can connect to a running Pascal Coin Daemon using RPC and Json. By default it connects to 127.0.0.1 port 4003. But this can be changed to remote IPs and other ports.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    StableCoin

    Rethinking cryptocurrency from the bottom up

    Quick Specs 100 million total coins 25 coins per block (halving every 3.7 years) 40 second blocks Retarget every 90 blocks (1 hour) RPC Port: 17501 P2P Port: 17500 Full details: https://bitcointalk.org/index.php?topic=227766.0
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    NamecoinJ

    NamecoinJ

    Namecoin GUI in Java

    NamecoinJ is a Java based graphical user interface for Namecoin, a peer-to-peer Domain Name System based on Bitcoin technology (a decentralized cryptocurrency). Donations are welcome: BTC: 19o81NGAHpBmVXkfUcxSttwnBsBnLK9hS3, NMC: Mx3hanF6qXywPAyrAU4S14CwXYcMnecaai
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    BitcoinSuite

    BitcoinSuite

    Bitcoin GUI in Java

    BitcoinSuite is a Java based graphical user interface for Bitcoin, a peer-to-peer decentralized cryptocurrency. It is a direct fork of open source project NamecoinJ at http://sourceforge.net/p/namecoinj/. Donations are welcome: BTC: 1PqYXpLLSeAHz3FiZmPcfr451jnzsGgXbc, NMC: N2TFbwpTNhNLeXaBD8FSBbicb6guQNXUiA
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next