Token Gate

Smart contract

Get Smart contracts

Get all available smart contract addresses of the signed-in user where every smart contract has details like network_type, contract_address and contract_name.

import { getSmartContracts } from '@livelike/javascript'

const smartContracts = await getSmartContracts()
  .then(paginatedResponse => paginatedResponse.results)