Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: victorkimba17 on April 08, 2019, 08:45:29 AM



Title: My Ether Wallet software interface
Post by: victorkimba17 on April 08, 2019, 08:45:29 AM
I would like to use My Ether Wallet to manage ethers and erc20 tokens.

Can i write a software interface to talk to my ether wallet ?

For example, a user wants to buy erc20 token, the software processed the request, and then software talks to my ether wallet for the verification of funds.

I read the my ether wallet website , it seems there is no interface.


Title: Re: My Ether Wallet software interface
Post by: victorkimba17 on April 08, 2019, 09:11:31 AM
I think MEW does not have software interface.

basically it creates a wallet, the wallet can be used by metamask , MEWconnect, hardware wallet.

or write a software to access the wallet.


Title: Re: My Ether Wallet software interface
Post by: darkangel on April 08, 2019, 10:04:08 AM
I would like to use My Ether Wallet to manage ethers and erc20 tokens.

Can i write a software interface to talk to my ether wallet ?

For example, a user wants to buy erc20 token, the software processed the request, and then software talks to my ether wallet for the verification of funds.

I read the my ether wallet website , it seems there is no interface.

No such interface for now to create such commands. You might have to build your ethereum wallet from scratch to have such desired features. But before you do, consider its applicability and security


Title: Re: My Ether Wallet software interface
Post by: allanr on April 08, 2019, 01:57:19 PM
MyEtherWallet does not have a software interface.
but as far as I know, you can use metamask for this function.
For example, a user wants to buy erc20 token, the software processed the request, and then software talks to my ether wallet for the verification of funds.


Title: Re: My Ether Wallet software interface
Post by: yobo2020 on April 08, 2019, 02:10:06 PM
There is no software like that for now but I believe with time developer of their software will do something like that because everything is possible with the help of technology .


Title: Re: My Ether Wallet software interface
Post by: victorkimba17 on April 09, 2019, 05:03:36 AM
thanks. i will build a software to talk to the wallet created by MEW.

I would like to use My Ether Wallet to manage ethers and erc20 tokens.

Can i write a software interface to talk to my ether wallet ?

For example, a user wants to buy erc20 token, the software processed the request, and then software talks to my ether wallet for the verification of funds.

I read the my ether wallet website , it seems there is no interface.

No such interface for now to create such commands. You might have to build your ethereum wallet from scratch to have such desired features. But before you do, consider its applicability and security


Title: Re: My Ether Wallet software interface
Post by: victorkimba17 on April 10, 2019, 03:42:39 AM
i found this api of MEW

https://www.myetherapi.com/


Title: Re: My Ether Wallet software interface
Post by: fullhdpixel on April 11, 2019, 12:44:30 PM
This is a very technical issue and I doubt if any developer would be able to answer such thing that pertains to ether system, you can only succeed in doing this when you work hand in hand with the Ether team or their developer as it requires the use of coding, not sure you will be able to communicate with their system or database without them permitting you and the only way you can gain necessary permission is if you contact them, that is if you can, I have never really looked into the team behind them to see if they can be contacted, otherwise, you may have to jettison such idea.


Title: Re: My Ether Wallet software interface
Post by: victorkimba17 on April 12, 2019, 02:47:35 AM
thanks for the highly valued feedback.

i was thinking writing a software interface to access MEW wallet is easy. i could be wrong.

This is a very technical issue and I doubt if any developer would be able to answer such thing that pertains to ether system, you can only succeed in doing this when you work hand in hand with the Ether team or their developer as it requires the use of coding, not sure you will be able to communicate with their system or database without them permitting you and the only way you can gain necessary permission is if you contact them, that is if you can, I have never really looked into the team behind them to see if they can be contacted, otherwise, you may have to jettison such idea.


Title: Re: My Ether Wallet software interface
Post by: icalical on April 12, 2019, 03:23:44 AM
I would like to use My Ether Wallet to manage ethers and erc20 tokens.

Can i write a software interface to talk to my ether wallet ?

For example, a user wants to buy erc20 token, the software processed the request, and then software talks to my ether wallet for the verification of funds.

I read the my ether wallet website , it seems there is no interface.

your description sounds very similar with Decentralize Exchange like IDAX, ForkDelta etc. The difference is that those Exchanges directly connect to Ethereum network for the fund verification.
And I think rather than using MyEtherWallet as bridge why don't you directly connect to the Ethereum network?


Title: Re: My Ether Wallet software interface
Post by: futile-resistance on April 12, 2019, 08:33:30 PM
I would like to use My Ether Wallet to manage ethers and erc20 tokens.

Can i write a software interface to talk to my ether wallet ?

For example, a user wants to buy erc20 token, the software processed the request, and then software talks to my ether wallet for the verification of funds.

I read the my ether wallet website , it seems there is no interface.
Lol, why will you need to write a software interface when you can just run the full node of the ethereum blockchain and make use of your own personal wallet in storing of coins and token because I don't think MEW provided any api access to anyone for use, so the best for you to do is to run the full node yourself, you can run the full node on your personal computer so that you don't spend so much money in paying for a droplet online, though you should know that it's going to consume a lot of data bundle and space on your pc.


Title: Re: My Ether Wallet software interface
Post by: victorkimba17 on April 22, 2019, 07:50:36 AM
Do you mean run the ethereum blockchain as full node and use any personal wallet such as  Jaxx, metamask, and even MEW ?


Lol, why will you need to write a software interface when you can just run the full node of the ethereum blockchain and make use of your own personal wallet in storing of coins and token because I don't think MEW provided any api access to anyone for use, so the best for you to do is to run the full node yourself, you can run the full node on your personal computer so that you don't spend so much money in paying for a droplet online, though you should know that it's going to consume a lot of data bundle and space on your pc.