bafnetwork/baf-wallet-v2

Should not use API to read the contract

オープン

#31 opened on 2021/04/26

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)TypeScript (0 件のフォーク)auto 404
enhancementgood first issue

Repository metrics

Stars
 (4 個のスター)
PR merge metrics
 (PR metrics pending)

説明

  • Currently the api has endpoints, being used by the frontend, to read the contract for when the frontend's account is not initialized

  • The Near JS API does not provide a clear way of reading contracts without having an account on the frontend

  • Use JSON RPC or connect with NEAR developers in order to read data from the contract directly

  • Ideally this would be part of its own library or the baf-contract library

コントリビューターガイド