@hyperbridge/funding-protocol
v1.0.16
Published
Hyperbridge Funding Protocol
Downloads
3
Readme
This is the funding protocol specification for the Hyperbridge ecosystem, built primarily in Solidity and Web3.js
Quick Links
- 🌐 Site
- 📖 Docs
- 📓 EIPs
- 💻 Web Client
- 💻 Desktop Client
- 🛡 Node Operator
- 🔗 Token
- 🔗 Funding Protocol
- 🔗 Marketplace Protocol
Intro
The Funding Protocol project is broken up into 4 areas:
- Smart Contracts (Ethereum) - in the
smart-contracts
dir - Communication API (JSON.API) - in the
communication-api
dir - Documentation - in the
documentation
dir - Test Client - in the
test-client
dir
Installation
Use NPM to install: npm install
.
Getting Started
Use this command to build: npm run build
.
Use this command to run the test client: npm run client
.
Contribution
See CONTRIBUTING
License
Problems?
Discuss Funding Protocol on our Gitter: https://gitter.im/Hyperbridge/Lobby
Please post any bugs as Github issues.