hashgraph / hedera-sdk-js

Hedera™ Hashgraph SDK for JavaScript/TypeScript
https://docs.hedera.com/guides/docs/sdks
Apache License 2.0
276 stars 145 forks source link

Add a Configuration MD file #2627

Open Nana-EC opened 3 weeks ago

Nana-EC commented 3 weeks ago

Problem

Currently the sdk has multiple configs that a developer can use to tweak their desired client beahviour. Not all of these are documented or easy to find.

Solution

Add a /docs/configuration.md file similar to other hashgraph repos (e.g. relay, MN) to provide an easy reference for docs in the repo. Also add a link to this in the main README

Alternatives

No response