Ark Oracle
How dApps on Arweave and NEAR can call Ark data from the Ark oracle.
The full Ark node state can be retrieved with cross-contract calls inside Arweave and NEAR contracts.
The NEAR Ark Oracle mainnet contract is:
ark_station_1.near
The NEAR Ark Oracle testnet contract is:
dev-1660516310576-97373428914255
near call ark_station_1.near readArkState --accountId myaccount.testnet
An example of a cross-contract call from a NEAR JS contract -> Ark Oracle can be found here in the decent.land GitHub.
The Arweave Ark contract ID on EXM:
Z7JzRRt2iTQWV5LziNhTV6SP51tVKkCf_qrUqtlwzpg
Last modified 3mo ago