ceramicnetwork / ceramicnetwork/js-ceramic
"auth-method": "did" for mainnet
- Dominant language
- TypeScript
- Stars
- 423
- Forks
- 126
- PR merge metrics
- No merged PRs in 30d
Description
**Describe the bug**
In the daemon-config.json file, `anchor` section, `auth-method": "did"` is required for mainnet.
Anchoring will fail if the `network.name` and `node.privateSeedUrl` are correct but the `anchor` setting is missing.
This value should default to `auth-method": "did"` for mainnet since it's controlled by the CAS endpoint defined by the network name.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the daemon-config.json handling for the anchor section and how network.name selects mainnet behavior. Check the handling of node.privateSeedUrl and the auth-method value, then verify that mainnet defaults to did and anchoring works when the other settings are correct.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100