|
@@ -5,9 +5,9 @@
|
|
|
- [Ideology](philosophy/ideology.md)
|
|
- [Ideology](philosophy/ideology.md)
|
|
|
- [Recommended Books](philosophy/recommended-books.md)
|
|
- [Recommended Books](philosophy/recommended-books.md)
|
|
|
- [Reading Maths Books](philosophy/reading-maths-books.md)
|
|
- [Reading Maths Books](philosophy/reading-maths-books.md)
|
|
|
|
|
+- [Start Here: Testnet Guide](testnet/guide.md)
|
|
|
- [Development](development/development.md)
|
|
- [Development](development/development.md)
|
|
|
- [Maintenance](development/maintenance.md)
|
|
- [Maintenance](development/maintenance.md)
|
|
|
-- [Port ranges](portranges.md)
|
|
|
|
|
- [Architecture](architecture/architecture.md)
|
|
- [Architecture](architecture/architecture.md)
|
|
|
- [Overview](architecture/overview.md)
|
|
- [Overview](architecture/overview.md)
|
|
|
- [Anonymous Assets](architecture/anonymous_assets.md)
|
|
- [Anonymous Assets](architecture/anonymous_assets.md)
|
|
@@ -16,15 +16,46 @@
|
|
|
- [Transactions](architecture/tx_lifetime.md)
|
|
- [Transactions](architecture/tx_lifetime.md)
|
|
|
- [Smart Contracts](architecture/smart_contracts.md)
|
|
- [Smart Contracts](architecture/smart_contracts.md)
|
|
|
- [Tooling](architecture/tooling.md)
|
|
- [Tooling](architecture/tooling.md)
|
|
|
-- [Client](clients/clients.md)
|
|
|
|
|
- - [darkfid JSON-RPC API](clients/darkfid_jsonrpc.md)
|
|
|
|
|
- - [cashierd JSON-RPC API](clients/cashierd_jsonrpc.md)
|
|
|
|
|
- - [faucetd JSON-RPC API](clients/faucetd_jsonrpc.md)
|
|
|
|
|
- [zkas](zkas/index.md)
|
|
- [zkas](zkas/index.md)
|
|
|
- [Bincode](zkas/bincode.md)
|
|
- [Bincode](zkas/bincode.md)
|
|
|
- [Examples](zkas/examples.md)
|
|
- [Examples](zkas/examples.md)
|
|
|
- [Sapling scheme](zkas/examples/sapling.md)
|
|
- [Sapling scheme](zkas/examples/sapling.md)
|
|
|
- [Anonymous voting](zkas/examples/voting.md)
|
|
- [Anonymous voting](zkas/examples/voting.md)
|
|
|
|
|
+- [Crypto](crypto/crypto.md)
|
|
|
|
|
+ - [FFT](crypto/fft.md)
|
|
|
|
|
+ - [ZK explainer](crypto/zk_explainer.md)
|
|
|
|
|
+ - [Research](crypto/research.md)
|
|
|
|
|
+- [p2p Api Tutorial](learn/dchat/dchat.md)
|
|
|
|
|
+ - [Deployment](learn/dchat/deployment/part-1.md)
|
|
|
|
|
+ - [Getting started](learn/dchat/deployment/getting-started.md)
|
|
|
|
|
+ - [Writing a daemon](learn/dchat/deployment/writing-a-daemon.md)
|
|
|
|
|
+ - [Sessions](learn/dchat/deployment/sessions.md)
|
|
|
|
|
+ - [Settings](learn/dchat/deployment/settings.md)
|
|
|
|
|
+ - [Error handling](learn/dchat/deployment/error-handling.md)
|
|
|
|
|
+ - [Start-Run-Stop](learn/dchat/deployment/start-run-stop.md)
|
|
|
|
|
+ - [Seed](learn/dchat/deployment/seed-node.md)
|
|
|
|
|
+ - [Deploy](learn/dchat/deployment/deploy.md)
|
|
|
|
|
+ - [Creating dchat](learn/dchat/creating-dchat/part-2.md)
|
|
|
|
|
+ - [Message](learn/dchat/creating-dchat/message.md)
|
|
|
|
|
+ - [Protocols](learn/dchat/creating-dchat/protocols.md)
|
|
|
|
|
+ - [ProtocolDchat](learn/dchat/creating-dchat/protocol-dchat.md)
|
|
|
|
|
+ - [Register protocol](learn/dchat/creating-dchat/register-protocol.md)
|
|
|
|
|
+ - [Sending messages](learn/dchat/creating-dchat/sending-messages.md)
|
|
|
|
|
+ - [Slap on a UI](learn/dchat/creating-dchat/ui.md)
|
|
|
|
|
+ - [Using dchat](learn/dchat/creating-dchat/using-dchat.md)
|
|
|
|
|
+ - [Net tools](learn/dchat/network-tools/part-3.md)
|
|
|
|
|
+ - [RPC interface](learn/dchat/network-tools/rpc.md)
|
|
|
|
|
+ - [Accept addr](learn/dchat/network-tools/accept-addr.md)
|
|
|
|
|
+ - [Adding methods](learn/dchat/network-tools/pong.md)
|
|
|
|
|
+ - [RPC server](learn/dchat/network-tools/server.md)
|
|
|
|
|
+ - [get_info](learn/dchat/network-tools/get-info.md)
|
|
|
|
|
+ - [Using dnetview](learn/dchat/network-tools/using-dnetview.md)
|
|
|
|
|
+ - [Debugging](learn/dchat/network-tools/debug.md)
|
|
|
|
|
+- [Client](clients/clients.md)
|
|
|
|
|
+ - [darkfid JSON-RPC API](clients/darkfid_jsonrpc.md)
|
|
|
|
|
+ - [cashierd JSON-RPC API](clients/cashierd_jsonrpc.md)
|
|
|
|
|
+ - [faucetd JSON-RPC API](clients/faucetd_jsonrpc.md)
|
|
|
|
|
+ - [Port ranges](clients/portranges.md)
|
|
|
- [Miscellaneous tools](misc/misc.md)
|
|
- [Miscellaneous tools](misc/misc.md)
|
|
|
- [vanityaddr](misc/vanityaddr.md)
|
|
- [vanityaddr](misc/vanityaddr.md)
|
|
|
- [ircd](misc/ircd/ircd.md)
|
|
- [ircd](misc/ircd/ircd.md)
|
|
@@ -33,40 +64,6 @@
|
|
|
- [tau](misc/tau.md)
|
|
- [tau](misc/tau.md)
|
|
|
- [event_graph](misc/event_graph/event_graph.md)
|
|
- [event_graph](misc/event_graph/event_graph.md)
|
|
|
- [Network Protocol](misc/event_graph/network_protocol.md)
|
|
- [Network Protocol](misc/event_graph/network_protocol.md)
|
|
|
- - [HashChain](misc/hashchain/hashchain.md)
|
|
|
|
|
- - [Network Protocol](misc/hashchain/network_protocol.md)
|
|
|
|
|
- [darkwiki](misc/darkwiki.md)
|
|
- [darkwiki](misc/darkwiki.md)
|
|
|
- [dnetview](misc/dnetview.md)
|
|
- [dnetview](misc/dnetview.md)
|
|
|
-- [Crypto](crypto/crypto.md)
|
|
|
|
|
- - [FFT](crypto/fft.md)
|
|
|
|
|
-- [Testnet Guide](testnet/guide.md)
|
|
|
|
|
-- [Learn](learn/learn.md)
|
|
|
|
|
- - [Research](learn/research.md)
|
|
|
|
|
- - [ZK explainer](learn/zk_explainer.md)
|
|
|
|
|
- - [Dchat](learn/dchat/dchat.md)
|
|
|
|
|
- - [Deployment](learn/dchat/deployment/part-1.md)
|
|
|
|
|
- - [Getting started](learn/dchat/deployment/getting-started.md)
|
|
|
|
|
- - [Writing a daemon](learn/dchat/deployment/writing-a-daemon.md)
|
|
|
|
|
- - [Sessions](learn/dchat/deployment/sessions.md)
|
|
|
|
|
- - [Settings](learn/dchat/deployment/settings.md)
|
|
|
|
|
- - [Error handling](learn/dchat/deployment/error-handling.md)
|
|
|
|
|
- - [Start-Run-Stop](learn/dchat/deployment/start-run-stop.md)
|
|
|
|
|
- - [Seed](learn/dchat/deployment/seed-node.md)
|
|
|
|
|
- - [Deploy](learn/dchat/deployment/deploy.md)
|
|
|
|
|
- - [Creating dchat](learn/dchat/creating-dchat/part-2.md)
|
|
|
|
|
- - [Message](learn/dchat/creating-dchat/message.md)
|
|
|
|
|
- - [Protocols](learn/dchat/creating-dchat/protocols.md)
|
|
|
|
|
- - [ProtocolDchat](learn/dchat/creating-dchat/protocol-dchat.md)
|
|
|
|
|
- - [Register protocol](learn/dchat/creating-dchat/register-protocol.md)
|
|
|
|
|
- - [Sending messages](learn/dchat/creating-dchat/sending-messages.md)
|
|
|
|
|
- - [Slap on a UI](learn/dchat/creating-dchat/ui.md)
|
|
|
|
|
- - [Using dchat](learn/dchat/creating-dchat/using-dchat.md)
|
|
|
|
|
- - [Net tools](learn/dchat/network-tools/part-3.md)
|
|
|
|
|
- - [RPC interface](learn/dchat/network-tools/rpc.md)
|
|
|
|
|
- - [Accept addr](learn/dchat/network-tools/accept-addr.md)
|
|
|
|
|
- - [Adding methods](learn/dchat/network-tools/pong.md)
|
|
|
|
|
- - [RPC server](learn/dchat/network-tools/server.md)
|
|
|
|
|
- - [get_info](learn/dchat/network-tools/get-info.md)
|
|
|
|
|
- - [Using dnetview](learn/dchat/network-tools/using-dnetview.md)
|
|
|
|
|
- - [Debugging](learn/dchat/network-tools/debug.md)
|
|
|
|
|
|
|
|