Ink API FAQ

Frequently asked questions about the Ink API

What is Ink Chain?

Ink Chain is a high-performance Layer 2 blockchain developed by Kraken, designed to offer users a seamless bridge to DeFi with low transaction costs and fast execution times. It is built on Optimism's Superchain and is compatible with the Ethereum ecosystem, enabling developers to deploy Ethereum-based applications seamlessly on it.

What is the Ink Chain API?

The Ink Chain API facilitates interaction with the Ink network through a collection of JSON-RPC methods. Given its compatibility with the Ethereum ecosystem, developers familiar with Ethereum's JSON-RPC APIs will find working with Ink both intuitive and straightforward.

How can I get started using the Ink API?

Explained in Ink API Quickstart.

Is Ink EVM compatible?

Yes, Ink Chain is fully compatible with the Ethereum Virtual Machine (EVM). This compatibility allows Ethereum developers to port their projects to Ink with minimal changes, taking advantage of the chain's high throughput and low transaction fees.

What API does Ink use?

Ink Chain uses the JSON-RPC API standard for blockchain interactions. This is the same standard used by Ethereum.

What is an Ink API key?

When accessing the Ink network via a node provider like Alchemy, Ink developers use an API key to send transactions and retrieve data from the network.

For the best development experience, we recommend that you sign up for a free API key!

Which libraries support Ink?

Given Ink's compatibility with the Ethereum ecosystem, popular Ethereum libraries like ethers.js and web3.js are fully compatible with Ink. This allows for seamless development and integration for those familiar with Ethereum's development ecosystem.

What programming languages work with Ink?

Similar to Ethereum, Ink supports a range of programming languages for blockchain interaction and smart contract development, including Solidity for smart contracts, as well as JavaScript and TypeScript for dApp development and off-chain interactions.

What does Ink use for gas?

Ink uses ETH for transaction fees and gas, similar to other Layer 2 solutions built on Optimism's Superchain.

What methods does Kraken support for the Ink API?

You can find the list of all the methods Kraken supports for the Ink API on the Ink API Endpoints page.

My question isn't here, where can I get help?

Don't worry, we got you. Check out our discord and feel free to post any questions you have!

ReadMe