xelis-project / xelis-blockchain

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

Feature: Swagger for RPC API #90

Open Slixe opened 3 months ago

Slixe commented 3 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 1 month ago

May I take this issue?