WhiteflagProtocol / whiteflag-api

Reference implementation of the Whiteflag protocol in Node.js that acts as an API to connect applications with the underlying blockchains
https://api.whiteflagprotocol.org
Other
4 stars 5 forks source link

Implement Fennel Parachain connector #30

Open ts5746 opened 2 months ago

ts5746 commented 2 months ago

Description

Add native support for the Fennel Parachain, which is based on Substrate.

Rationale

Current Whiteflag efforts to build and pilot applications are using Fennel Labs' Whiteflag implementation with the Fennel Parachain as the underlying blockchain. Connecting the Whiteflag API reference implementation to this chain, helps interoperability testing and further development of the Whiteflag specification.

Solution

Add a fennel.js module to lib/blockchains implementing all the required as required by the lib/blockchains.js module, with a corresponding config section in config/blockchains.toml.