khanti42
khanti42
I think this document explains it https://starknetjs.com/docs/guides/walletAccount In a nutshell : A dev will instantiate a wallet with get-starknet like this : ```ts import { connect } from 'get-starknet'; //...
Regarding this specific questions : > What is the best way to describe the difference between the Starknet Snap JSON-RPC API, and the [Starknet JSON-RPC API](https://docs.metamask.io/services/reference/starknet/json-rpc-methods/)? Generally I agree, but...
@alexandratran, the feeder_gateway/gateway has been [deprecated](https://community.starknet.io/t/feeder-gateway-deprecation/100233) and replaced by [RPC endpoints](https://docs.starknet.io/tools/api-services/). For some calls made by the StarkNet Snap, the response is simply the value returned by the RPC call...