index.ts
and add below code:masterKey
you can directly access the Moralis dashboard without the need for authentication.SaveData.ts
and add below code:FindQuery.ts
and add below code:LiveQuery.ts
add the following code in your file:Web3API.ts
and add the below code:moralisSecret
all API calls go directly to the API instead of passing through the Moralis Server.moralisSecret
you need to go to account settings as shown in image belowmoralisSecret
keyMoralis.Transfer
'native' | 'erc20' | 'erc721' | 'erc1155'
tokens.tranx.ts
and add below code:moralisSecret
all API calls go directly to the API instead of passing through the Moralis Server.result
in your terminal:Moralis.executeFunction
execute.ts
and add below code:moralisSecret
all API calls go directly to the API instead of passing through the Moralis Server.result
in your terminal:Sync and Watch Address
plugin calls a Cloud Function called watchXxxAddressunder the hood, where "Xxx" are the chain names here. These cloud functions can also be called directly from your own code!watchAddr.ts
and add below code:sync_historical:true
watchContractEvent(options)
. You can call it using the master key.watchEvent.ts
and add below code: