Skip to content

Instantly share code, notes, and snippets.

@nkrsic
nkrsic / gist:2d593d998c6ee26da09bfb690083be4a
Last active August 26, 2025 14:34
Calling near contracts from Node.js
import { Account } from "@near-js/accounts";
import { actionCreators } from "@near-js/transactions";
import { JsonRpcProvider } from "@near-js/providers";
import { KeyPairSigner } from "@near-js/signers";
import { NEAR } from "@near-js/tokens";
import { USDC } from "@near-js/tokens/testnet";
import * as dotenv from "dotenv"
dotenv.config()