Technical Overview
CoinGenerator Tokens source code is private. This document is intended to provide a high-level overview of the platform's technical aspects.
How it works under the hood
- The users uses the wizard to create a token (see example here)
- For each step the input of the user is sent to the backend
- These input are used for automated marketing and insight to provide help to the users who got stuck in the flow
- Once the user has completed the wizard and paid the fee, the token creation is sent to a job queue that will
- Create the smart contract
- Deploy the smart contract
- Save the results in the database
- Send an email to the user with a link to the dashboard
- The user will be able to follow the creation process in the dashboard
- Once the token is created, the user will find all the information about the token in the dashboard (see example here)
Smart contract
You can see the source code of a smart contract deployed with CoinGenerator Tokens here: https://bscscan.com/token/0x3690399390D6F8b248a23B1dDEc279BFAAfD4839#code
Even though the contract is deployed in a centralized way from an adress belonging to CoinGenerator Tokens, the ownership of the deloyed contract will belong to the address provided by the user. Therefore CoinGenerator Tokens does not have any control on the token once deployed.