-
- [ ] Create an ISCN
```
./liked tx iscn create-iscn ./iscn.json --from account --chain-id test
```
- [ ] Perform chain upgrade
- [ ] Query ISCN
```
./liked q iscn record $ISCN_URL
```
- [ ] Update…
-
Ref oursky/likecoin-chain#109
-
- Should follow likecoin structure
- LCD -> localhost:1317
- RPC -> localhost:26657
-
ref oursky/likecoin-chain#109
- write doc
- test the flow
-
Current Query:
```
query Account($address: String!, $validatorAddress: String!) {
commission: action_validator_commission_amount(address: $validatorAddress) {
coins
}
withdra…
-
Follow https://github.com/oursky/likecoin-docs/blob/46a3fb5e3856eb123edddf95272e08fa0d886e3b/validator/laichikok-upgrade/README.md
and upgrade skynet to v2.0.0
-
As a chain user, I want to switch between testnet & mainnet so that I can view the data in different chain environment.
## Acceptance Criteria
Positive criteria
- [x] User can select the current c…
-
When faucet page is provided by LikeCoin community.
-
```
specify the path to your chain's main package in your config.yml>build.main: multiple main packages found
```
suspect that the deploy folder was included in build
-
Check if 16gig ram is enough. If yes, update migration doc.