xelis-project / xelis-blockchain

A private blockDAG with Homomorphic Encryption and Smart Contracts
373 stars 89 forks source link

Feature: Swagger for RPC API #90

Open Slixe opened 2 months ago

Slixe commented 2 months ago

Currently we have all the RPC methods explained in the API.md file.

But a Swagger interface to easily test and give description of each would be much better.

NOTE: RPC Server is home-made and the registered methods too. We may need to improve this system first.

rustadot commented 3 weeks ago

May I take this issue?