An extension for MEM's molecule library
Base API endpoint: https://molext1.com
GET /hackernoon/resolve/:address
address
: EVM EOA address
GET /karma3labs/score/:handle/:strategy
handle
: Lens handle (with or without.lens
)strategy
:any of ["followship","engagement","influencer","creator"]
GET /arseed/verify/:txid/:pubkey
txid
: The Arseed data TXIDpubkey
: Arweave wallet public key (modulus n)
GET /balance/token/:chain/:address/:contract
chain
:any of ["eth", "goerli", "polygon", "bsc", "fantom"]
address
: EOA addresscontract
: token contract address
GET /balance/nft/:chain/:address/:contract
chain
:any of ["eth", "goerli", "polygon", "bsc", "fantom"]
address
: EOA addresscontract
: NFT contract address
GET /tx/:chain/:address/:txid
chain
:any of ["eth", "goerli", "polygon", "bsc", "fantom", "base", "arbitrum"]
address
: EOA addresstxid
: the transaction hash
GET /mem/fork/:id/:network/:state?
id
: id of the function to be forked (has to be mainnet function)network
: target network"mainnet" || "testnet"
state (optional)
: override the forked state with a new one encoded in Base64 (btoa('{"keyA": "valueA"}')
)
MEM Forks Factory: RqQg3j58tzuNc2zhrc16sjqeToGvKu23QlmKBGolkyI
GET /solana/spl/:sig/:token_address/:addr1/:addr2
sig
: the transfer signature (TXID)token_address
: the token smart contract addressaddr1
: the first EOA in this actionaddr2
: the second EOA in this action
7- Verify signMessage signature on Near NEP-0413
GET /near/signature/:message/:nonce/:accountId/:publicKey/:signature
message
: plaintext message that was signedaccountId
: plaintext mainnet account used to sign messagepublicKey
: plaintext publicKey used by the same account from signMessage functionnonce
: plaintext 32 byte-long random Uint8Array turned into hex
const challenge = randomBytes(32);
let nonce = challenge.toString("hex");
signature
: plaintext signature from signMessage function
GET /ao/dryrundata/:pid/:tags/:data?
pid
: the AO process idtags
: the tags array in base64 formatdata (optional)
: the message data
This project is licensed under the MIT License