简体   繁体   中英

How to Create a DAPP without metamask

I want to make a voting system with ethereum. I referred to this. : https://romeoh.tistory.com/entry/Solidity-Front-end-%EA%B5%AC%EB%8F%99%ED%95%98%EA%B8%B0?category=340661 It was possible to vote by implementing the Web. But I had to press the approval button directly using metamask. Is it possible to proceed voting and pay gas without metamask extension program in Chrome?

If so, please let me know what method or algorithm you need. Also, if you have a link to refer to, I'd appreciate it if you could attach a link.

We use metamask to sign the transaction. To sign your transaction without metamask u would need private key and public key of the account with which you want to make transaction. after that you can follow this etherum stack exchange link which shows how to make transaction with private key

I don't think you can do this with out metamask, As you will be needing a wallet to connect with web3 and perform task on blockchain/ Calling functions in your smart contract. It's like you want to ride a bicycle without peddles.

If you are looking for options other than metamask then you can try to use Mist browser.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM