Results 9 issues of nana

#91 PR as requested. Sorry for the ridiculous number of commits. I'm still figuring things out. Thanks. Let me know how more I can contribute and help elsewhere too! :+1:

There seems to be some issue with npm packages being transpiled with Next.js. This looks like an issue on Next.js side as sol-wallet-adapter works fine. Just curious if someone figure...

Are there plans to include multiple languages? Would you accept a PR if I used https://react.i18next.com/ ? Is there a nice way to do it? Lazy load translations? Anything I...

WRT #44 This disables the swap button if the minimum amount to swap is not met and displays the minimum amount required to swap. ![disable swap](https://user-images.githubusercontent.com/22261173/135250886-1659db68-a58e-4402-934a-192e08d74821.gif)

WRT #79 Refactored code with `useState`. @secretshardul If you check and let me know if this works for `context/Dex.ts` I can continue to do the same for `context/Token.ts`.

Wrt. #56 `commonBases?: ` is a prop that can be passed on to the `` This will show up on top of the list. The star icon in the token...

This works! Tested it on the mainnet as well! :)) ![wokring](https://user-images.githubusercontent.com/22261173/134064778-ae672f9c-178d-4d3f-8445-857480606903.gif) PS. Also added a Readme file for the instructions. :)

[This](https://github.com/dabit3/complete-guide-to-full-stack-solana-development/blob/d4e9a317c254118287f16ef152178e6060f87303/example2/programs/example2/src/lib.rs#L28) defines a hard 128 size limit on the collection of string to be added, So this will fail with `custom program error: 0xa4` when you try to say update...

Using the endpoint `/accounts/ {account_id} /coins` Only tokens like `USN` or `wNEAR` show up and ```json "balances": [ { "standard": "nearprotocol", "balance": "1874403883412938099999974", "contract_account_id": null, "metadata": { "name": "NEAR blockchain...