docs: add document for JSONRPC API (#1027)

* docs: add document for module XDPoS

* docs: add document for module admin

* docs: add document for module debug

* docs: add document for module eth

* docs: add document for module miner

* docs: add document for module net

* docs: add document for module personal

* docs: add document for module rpc

* docs: remove module shh

* docs: add document for module txpool
This commit is contained in:
Daniel Liu 2025-05-19 15:30:52 +08:00 committed by GitHub
parent 47dae16a40
commit 1472f3b1eb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3917 additions and 2 deletions

View file

@ -17,7 +17,7 @@ XinFin Hybrid Blockchain is an Enterprise ready Blockchain for global trade and
Visit: [XinFin.org](https://xinfin.org)
Contribute: [Developer Docs](https://docs.xinfin.org)
## XinFin Network XDPoS is community driven project to achieve the following
## XinFin Network XDPoS is community driven project to achieve the following
- XinFin DPOS (XDPoS) consensus that selects 108 set of Masternodes to achieve a high throughput Energy efficient consensus with instant block finality
@ -52,11 +52,15 @@ The contract is very strict in handing out penalty for invalid KYC, it results l
For eg. say A proposes condidates B,C,D by paying for its proposal cost.
If at a later stage if some predecided amount of owners ( investors ) vote that a KYC for a A is invalid then A & all of its candidates (B,C,D) will lose their position & all their funds will be lost ( will remain with contract wallet ).
### Documents
[Document](./docs/README.md)
### For developers
#### Continues integration & delivery
See https://github.com/XinFinOrg/XDPoSChain/tree/dev-upgrade/cicd
See <https://github.com/XinFinOrg/XDPoSChain/tree/dev-upgrade/cicd>
### To contribute

View file

@ -1,3 +1,4 @@
# Documents
- [JSONRPC API](./xdc/jsonrpc.md)
- [Validator Contract](./xdc/validator.md)

3910
docs/xdc/jsonrpc.md Normal file

File diff suppressed because it is too large Load diff