We have finished the development of Custom Token dApp.

dApp Builder team
Ethereum dApp Builder
2 min readJul 10, 2018

Now you can create your own ERC20 token by specifying the standard parameters, such as token name, token symbol, decimals number, total supply and the address of the initial holder of all the tokens.

dApp Builder creates your own smart contract (you can see the Solidity code here) for your token and an interface for all the token operations:

1) Transfering: each token holder can transfer a specified number of his/her tokens to another Ethereum address.

2) Checking the token balance of any Ethereum address.

3) Approving: each token holder can allow another person or smart contract to use a specified value of his/her tokens. Also token holder can check and change his/her current token allowance.

4) Transferring from another address: if someone allowed you to transfer his/her tokens you can also do it by using dApp interface.

You can customize the colorscheme of your token interface. And use it both on your desktop with MetaMask and on your Android mobile device with dApp Widget.

Later we will also create an extended version of this dApp — the ICO token. This dApp will let you create the token contract containing the logic for your token sale.

Try it now on https://dappbuilder.io/builder

Or watch the code on https://github.com/DAPPBUILDER/dApp-Builder

Stay in touch for for updates via

--

--