- Latest Versions
| Name | Version | Description |
|---|---|---|
| Ming Ke Ming (名可名) | Decentralized User Identity Authentication | |
| Dao Ke Dao (道可道) | Universal Message Module | |
| DIMP (去中心化通讯协议) | Decentralized Instant Messaging Protocol | |
| DIM SDK | Software Development Kit | |
| DIM Plugins | Cryptography & Account Plugins | |
| Star Trek | Network Connection Module |
- setup.py
install_requires=[
# 'pycryptodome', # 3.14.1
# 'base58', # 1.0.3
# 'ecdsa', # 0.16.1
'dimplugins>=2.3.3',
'dimsdk>=2.3.3',
# 'dimp>=2.3.3',
# 'dkd>=2.3.3',
# 'mkm>=2.3.3',
'startrek>=2.2.2',
'tcp>=2.2.2',
'udp>=2.2.2',
'aiou>=1.1.0',
]