This repository was archived by the owner on Sep 13, 2022. It is now read-only.
File tree 3 files changed +21
-0
lines changed
3 files changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,10 @@ We provide detailed service development guides and some service examples.
54
54
* [ Service Examples] ( https://nervosnetwork.github.io/muta-docs/#/en-us/service_eg.md )
55
55
* [ Develop a DEX Chain] ( https://nervosnetwork.github.io/muta-docs/#/en-us/dex.md )
56
56
57
+ ## Developer Resources
58
+
59
+ Developer resources can be found [ here] ( ./docs/resources.md )
60
+
57
61
## Who is using Muta?
58
62
59
63
Muta powers some open source projects.
Original file line number Diff line number Diff line change @@ -53,6 +53,10 @@ Service 是 Muta 框架中用于扩展的抽象层,用户可以基于 Service
53
53
* [ Service 开发指南] ( https://nervosnetwork.github.io/muta-docs/#service_dev.md )
54
54
* [ Service 示例] ( https://nervosnetwork.github.io/muta-docs/#service_eg.md )
55
55
56
+ ## 开发资源
57
+
58
+ 可以在[ 这边] ( ./docs/resources.md ) 找到相关的开发资源
59
+
56
60
## 谁在使用 Muta?
57
61
58
62
<p align =" left " >
Original file line number Diff line number Diff line change
1
+ # Resources
2
+
3
+ ## SDK
4
+
5
+ - [ muta-sdk-java] ( https://dl.bintray.com/lycrushamster/Muta-Java-SDK/org/nervos/muta-sdk-java/1.4/ ) - The Java SDK
6
+ - [ muta-sdk-js] ( https://www.npmjs.com/package/@mutadev/muta-sdk/v/0.2.0-alpha.1 ) - The JavaScript SDK
7
+
8
+ ## Others
9
+
10
+ - [ muta-cli] ( https://github.com/nervosnetwork/muta-cli ) - A command-line util for new to Muta
11
+ - [ muta-bench] ( https://github.com/nervosnetwork/muta-benchmark/tree/v0.1.12 ) - A transfer-based performance test script
12
+ - [ hermit-purple] ( https://github.com/homura/hermit-purple-server ) - Cache server for Muta
13
+
You can’t perform that action at this time.
0 commit comments