Ethereum smart contract builder
Overview
Documentation
Create your smart contract. you can do with remix ethereum (https://remix.ethereum.org/).
Install your software cryptocurrency wallet to interact with the Ethereum blockchain (or a ethereum test blockchain like goerli). I suggest you to use metamask (https://metamask.io/).
don’t forget to allow metamask to access your app by connecting your account to the app (localhost8080 if you are testing in local).
You also need to had that line of code in your index.html file (in the theme folder) :
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/ethereum/web3.js@1.0.0-beta.34/dist/web3.min.js"></script>
Then you just have to put your smart contract address, and your abi in the two text box displayed in your screen. click on save button, and that’s it!