> For the complete documentation index, see [llms.txt](https://docs.liquidapps.io/liquidapps-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.liquidapps.io/liquidapps-documentation/cross-chain-bridges/getting-started-with-liquidbridge/eosio-atomic-assets-less-than-greater-than-erc1155-non-fungible-tokens.md).

# EOSIO Atomic Assets <> ERC1155 Non-Fungible Tokens

This guide will essentially map the `atomictokenpeg1155.spec.js` unit test.&#x20;

Resources:

* Block Explorers:
  * <https://kylin.bloks.io/>
  * <https://rinkeby.etherscan.io/>
  * <https://kylin.eosq.eosnation.io/>
* DSP Portals
  * <https://dsphq.liquidapps.io/>
* Faucet:
  * <https://faucet.rinkeby.io/>
  * <https://testnet.help/en/ethfaucet/rinkeby>
  * <https://kylin-dapp-faucet.liquidapps.io/>
* Open source frontend for bridge:
  * <https://github.com/DAPP-Account-DAO/bifrost-bridge-frontend>
* OpenSea ERC1155 guide (not finished as of writing, but maybe you're from the future o.O)
  * <https://docs.opensea.io/docs/opensea-erc1155-tutorial>
* Endpoints
  * [https://rinkeby-light.eth.linkpool.io/](<https://rinkeby-light.eth.linkpool.io/ >) | <https://docs.linkpool.io/docs/public_rpc>
  * <https://kylin.eosn.io/>

We're going to create an NFT on the Kylin testnet then send it to Rinkeby (ETH) testnet via ERC1155.

Mainnet supported chains (EVM Compatible)

* Ethereum
* Binance Smart Chain
* Matic (Polygon)
* Moonbeam (Polkadot)

DSPs can easily add support for any other fully compatible EVM chains.
