Lamina1 Integration
How to integrate Lamina1 blockchain with Emergence
This is a tutorial for integrating the Lamina1 blockchain with Emergence. It assumes you've completed the getting started steps for your game engine (Unreal / Unity).
Creating a new blockchain asset
Start by right-clicking the background of the Content Browser. Go to Web3 and select Blockchain.
I called the asset "Lamina1Chain".
Open the asset and fill it in with these details:
Name: Lamina1Betanet Node URL: https://rpc-betanet.lamina1.com:443/ext/bc/C/rpc Symbol: L1 Chain ID: 7649
Hit save, and this is your blockchain complete. You can now include this chain in any of your deployed contracts!
Last updated