Smart Contract Interaction
Login with NEARYour frontend can interact with different blockchains using the built-in BOS API. Let’s see how to create an application that reads and stores a greeting from a NEAR smart contract. View of our Hello Near app when the user is logged-in info Check the finished example at [near.social code page](https://near.social/#/mob.near/widget/WidgetSource?src=gagdiez.near/widget/HelloNear). The Contract We …