This repository was archived by the owner on Jun 14, 2022. It is now read-only.

Description
Currently, the documentation is not very clear, we should reorganize the readme.md file.
Is there a difference between height and last block?
Both return
Height:
{ height: 15191818 }
{ height: 15191818 }
If these do not do exactly the same thing then we need to explain that. If these do exactly the same things, sometime later we should remove one or the other.
We should compare competing library's for usability. In general, we require users to write too much code in order to do relatively simple things like send our native token. We should try to reduce simple tasks to just one line of code wherever possible. The amount of boiler plate that is currently necessary for each simple function it's too high and will likely slow development, we can reduce this with some abstraction.