Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Eidolon #40

Closed
Tracked by #13
manuelbarbas opened this issue Nov 27, 2023 · 1 comment
Closed
Tracked by #13

Eidolon #40

manuelbarbas opened this issue Nov 27, 2023 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@manuelbarbas
Copy link
Collaborator

manuelbarbas commented Nov 27, 2023

Eidolon

It is a Unity SDK built on to of Nethereum library and provides a easy developer onboarding to interact with EVM blockchains. This SDK was created to accommodate all SKALE developer needs, e.g sFUEL distribution.

Here’s an overview of what Eidolon SDK handles:

  • Blockchain Interaction: Eidolon.Unity allows you to interact with the Ethereum blockchain effortlessly. With just a few lines of code, you can perform various operations, such as sending transactions, reading contract data, and managing accounts.

  • Wallet Integration: Connect to popular browser wallets like MetaMask, TrustWallet, and Enkrypt. Eidolon.Unity seamlessly integrates with these wallets, providing your users with a familiar and secure way to manage their assets.

  • ERC Standards Support: Eidolon.Unity supports Ethereum’s ERC-20, ERC-721, and ERC-1155 token standards, enabling you to work with a wide range of blockchain assets and NFTs.

  • WebGL Compatibility: Designed to work seamlessly with Unity WebGL, Eidolon.Unity ensures that your games can be easily deployed to the web, allowing players to experience your blockchain-powered creations directly in their browsers.

Quick Start

To integrate and start using the SDK right away go to the Eidolon documentation Quick Start section

Usage Example

The Eidolon SDK aims to make the blockchain development side of things as simple and quick as possible. This means the developer should spend most of his time and resources developing the best game or product possible and not
trying to learn all the different complexity layers of a blockchain.

The simplicity explained above can be seen, for example, in the contracts deployment section of the Eidolon SDK.
The image bellow exemplifies how quickly a ERC-20 token can be deployed.

deploy_token

For more information check the Eidolon documentation.

@manuelbarbas
Copy link
Collaborator Author

manuelbarbas commented Jan 2, 2024

What is: SDK
Language: C#
Target: Unity

@manuelbarbas manuelbarbas added the documentation Improvements or additions to documentation label Feb 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant