All Projects → RequestNetwork → Requestnetwork

RequestNetwork / Requestnetwork

Licence: mit
A JavaScript library for interacting with the Request Network protocol

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Requestnetwork

Aztec
Public repository for the AZTEC protocol
Stars: ✭ 483 (+55.31%)
Mutual labels:  ethereum, protocol
Pay Protocol
fixing the transition to a cashless world
Stars: ✭ 29 (-90.68%)
Mutual labels:  ethereum, protocol
Unlock
Ʉnlock is a protocol for memberships built on a blockchain.
Stars: ✭ 365 (+17.36%)
Mutual labels:  ethereum, protocol
Protocol
⛓ Dev Protocol is an open source middleware for creator's sustainability.
Stars: ✭ 56 (-81.99%)
Mutual labels:  ethereum, protocol
Protocol
Enzyme Protocol Implementation
Stars: ✭ 211 (-32.15%)
Mutual labels:  ethereum, protocol
Protocol
Loopring Protocol Smart Contract on Ethereum
Stars: ✭ 220 (-29.26%)
Mutual labels:  ethereum, protocol
Graph Node
Graph Node indexes data from blockchains such as Ethereum and serves it over GraphQL
Stars: ✭ 884 (+184.24%)
Mutual labels:  ethereum, protocol
Element
DID Method implementation using the Sidetree protocol on top of Ethereum and IPFS
Stars: ✭ 80 (-74.28%)
Mutual labels:  ethereum, protocol
Set Protocol Contracts
🎛 Set Protocol Smart Contracts
Stars: ✭ 151 (-51.45%)
Mutual labels:  ethereum, protocol
Framework
0xcert Framework - JavaScript framework for building decentralized applications - build something unique
Stars: ✭ 213 (-31.51%)
Mutual labels:  ethereum, protocol
Merkletreejs
🌱 Construct Merkle Trees and verify proofs in JavaScript.
Stars: ✭ 238 (-23.47%)
Mutual labels:  ethereum, protocol
Kyberswap
Codebase for KyberSwap that helps users convert tokens instantly and directly from their own hardware wallets, metamask and so on. No setup, No deposit, no withdrawal needed. Try it out on https://kyberswap.com or join telegram for developers https://t.me/KyberDeveloper.
Stars: ✭ 301 (-3.22%)
Mutual labels:  ethereum
Ethatomicswap
Ethereum atomic swap
Stars: ✭ 298 (-4.18%)
Mutual labels:  ethereum
Web3.swift
A pure swift Ethereum Web3 library
Stars: ✭ 295 (-5.14%)
Mutual labels:  ethereum
Status React
a free (libre) open source, mobile OS for Ethereum
Stars: ✭ 3,307 (+963.34%)
Mutual labels:  ethereum
Cryptolist
Curated collection of blockchain & cryptocurrency resources.
Stars: ✭ 3,501 (+1025.72%)
Mutual labels:  ethereum
Khipu
An enterprise blockchain platform based on Ethereum
Stars: ✭ 301 (-3.22%)
Mutual labels:  ethereum
Netfox
A lightweight, one line setup, iOS / OSX network debugging library! 🦊
Stars: ✭ 3,188 (+925.08%)
Mutual labels:  request
Solidity Repl
Ethereum Solidity REPL
Stars: ✭ 294 (-5.47%)
Mutual labels:  ethereum
Uport Connect
Main uPort library for front end developers
Stars: ✭ 295 (-5.14%)
Mutual labels:  ethereum

CircleCI Coverage Status Commit Activity

Request is a decentralized network built on top of Ethereum, which allows anyone, anywhere to request a payment. A full description of the protocol may be found in our whitepaper.

This repository contains all the Request Network developer tools written in TypeScript.

Join the Request Hub to get in touch with us.

Published Packages

Package Version Description
@requestnetwork/advanced-logic npm Extensions to the protocol
@requestnetwork/request-client.js npm Library to use Request nodes as servers
@requestnetwork/data-access npm Indexing an batching of transactions
@requestnetwork/data-format npm Standards for data stored on Request, like invoices format
@requestnetwork/epk-signature npm Sign requests using Ethereum private keys
@requestnetwork/ethereum-storage npm Storage of Request data on Ethereum and IPFS
@requestnetwork/epk-decryption npm Decrypt encrypted requests using Ethereum private keys
@requestnetwork/payment-detection npm Client-side payment detection, to compute the balance.
@requestnetwork/payment-processor npm Pay a request using a web3 wallet
@requestnetwork/request-logic npm The Request business logic: properties and actions of requests
@requestnetwork/request-node npm Web server that allows easy access to Request system
@requestnetwork/transaction-manager npm Creates transactions to be sent to Data Access, managing encryption
@requestnetwork/types npm Typescript types shared across @requestnetwork packages
@requestnetwork/utils npm Collection of tools shared between the @requestnetwork packages
@requestnetwork/web3-signature npm Sign requests using web3 tools (like Metamask)
@requestnetwork/multi-format npm Serialize and deserialize object in the Request Network protocol
@requestnetwork/smart-contracts npm Sources and artifacts of the smart contracts

Private Packages

Package Description
@requestnetwork/integration-test Integration test for the Request system
@requestnetwork/prototype-estimator Give estimates of size and throughput of the Request system
@requestnetwork/toolbox Toolbox for Request Network
@requestnetwork/usage-example Usage examples of Request Network

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Read the contributing guide

Install

Install all the packages in the monorepo.

yarn install

Build

Build all the packages in the monorepo.

yarn run build

Lint

Lint all the packages in the monorepo.

yarn run lint

Test

Test all the packages in the monorepo.

yarn run test

License

MIT

V1 packages

This repository hosts the packages for the second version of Request. The v1 packages are deprecated and can be found on requestNetwork-v1-archive.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].