bafnetwork/baf-wallet-v2

Should not use API to read the contract

Offen

#31 geöffnet am 26.04.2021

 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)TypeScript (0 Forks)auto 404
enhancementgood first issue

Repository-Metriken

Stars
 (4 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

  • 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

Contributor Guide