https://github.com/mingderwang/mydid
myDID implementation on Cosmos network
https://github.com/mingderwang/mydid
Last synced: 11 months ago
JSON representation
myDID implementation on Cosmos network
- Host: GitHub
- URL: https://github.com/mingderwang/mydid
- Owner: mingderwang
- Created: 2020-10-18T05:16:56.000Z (over 5 years ago)
- Default Branch: test
- Last Pushed: 2020-10-22T13:04:07.000Z (over 5 years ago)
- Last Synced: 2025-08-09T06:25:52.430Z (11 months ago)
- Language: Go
- Size: 180 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# myDID
**myDID** is a blockchain application built using Cosmos SDK and Tendermint and generated with [Starport](https://github.com/tendermint/starport).
## Get started
```
starport serve
```
`serve` command installs dependencies, initializes and runs the application.
## Configure
Initialization parameters of your app are stored in `config.yml`.
### `accounts`
A list of user accounts created during genesis of your application.
| Key | Required | Type | Description |
| ----- | -------- | --------------- | ------------------------------------------------- |
| name | Y | String | Local name of the key pair |
| coins | Y | List of Strings | Initial coins with denominations (e.g. "100coin") |
## Learn more
- [Starport](https://github.com/tendermint/starport)
- [Cosmos SDK documentation](https://docs.cosmos.network)
- [Cosmos Tutorials](https://tutorials.cosmos.network)
- [Channel on Discord](https://discord.gg/W8trcGV)