anoma / namada-docs

48 stars 78 forks source link

Minor improvements and fixes for Namada SDK integration docs #340

Closed TerzoMillenio closed 3 months ago

TerzoMillenio commented 5 months ago

One major improvement is that I changed the standard name for a NamadaImpl instance from namada_impl to namada, as the latter was used more in docs, with only one file (not including https://github.com/anoma/namada-docs/blob/master/packages/docs/pages/integrating-with-namada/sdk/setting-up-a-client.mdx) using namada_impl name and others using namada. Also added some imports in places where they might create confusion and fixed imports using outdated "types" crate.