Configuration
Keycat currently supports EOS and Klaytn. If you are interested in Keycat and seeking for integration with your blockchain, contact to indegser@eosdaq.com
EOS
import { Keycat } from 'keycat'
const nodes = [
'https://example.com',
'https://example1.com',
]
const eosMainnetKeycat = new Keycat({
blockchain: {
name: 'eos',
nodes,
}
})
const eosJunglenetKeycat = new Keycat({
blockchain: {
name: 'eos-jungle',
nodes,
}
})
// SIDECHAIN examples.
const worbliKeycat = new Keycat({
blockchain: {
name: 'worbli',
nodes,
}
})
const bosKeycat = new Keycat.Bos({
blockchain: {
name: 'bos',
nodes,
}
})EOS Network Presets
Klaytn
Klaytn Network Presets
Last updated