Posts

Showing posts from November, 2019

How to Integrate ERC20 Tokens and Stellar Lumens (XLM)?-crypto soft india

Image
ERC20 is a protocol standard that defines certain rules and standards for issuing tokens on Ethereum's network . In 'ERC20', ERC stands for Ethereum Request For Comments and 20 stands for a unique ID number to distinguish this standard from others. How it works? The difficult parts in integrating an ERC20 token to any application / Exchange are: In-Sufficient libraries for all technologies, the installation of the Ethereum Node, The deployment of the respective smart contracts (that differ from token to token), the seamless communication between the node and the application for the respective contracts for the respective commands. We have solved all the above by creating an Add-on that is written on NodeJS. Step 1: Install this fantastic Add-on on a separate instance (using our user friendly Step-by-Step installation manual) Step 2: Install the Ethereum Node.( using our crystal clear step-by-step instructions )