API Reference for Hyperledger FireFly FabConnect vs Steem
If you need a Blockchain API that's easy to integrate, go with Steem.
API Reference for Hyperledger FireFly FabConnect
Hyperledger FireFly FabConnect is a connector that provides a RESTful API to submit requests to Fabric networks and an event stream to listen for Fabric events over websocket or webhook based chann...
API Reference for Hyperledger FireFly FabConnect
- Simple API key authentication
- No HTTPS support
Steem
- No authentication required
- No HTTPS support
- No CORS support
| Feature | API Reference for Hyperledger FireFly FabConnect | Steem |
|---|---|---|
| Authentication | apiKey | None |
| HTTPS | No | No |
| CORS | Unknown | No |
When to use which?
Steem is the better choice for quick prototypes and hackathons since it requires no authentication.