You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expose simple REST endpoint accessible both via our internal ID or the chain genesis hash i.e. https://chaindata.talisman.xyz/0x70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e
REST endpoint for exposing static assets
Strongly typed TypeScript library similar to https://viem.sh/
Export
importrawChainsfrom"./chain.json"// Some TypeScript magic ...
Import
import{polkadot}from"@talismn/chaindata"console.log(polkadot.name)// fully typed as string literal "Polkadot"
The text was updated successfully, but these errors were encountered:
https://chaindata.talisman.xyz/0x70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e
https://viem.sh/
Export
Import
The text was updated successfully, but these errors were encountered: