-
![image](https://user-images.githubusercontent.com/8285571/45141161-acd4f780-b1e7-11e8-94d0-f47c03bd9c87.png)
hi, I'm working with your web3.js course, but I found the code in first chapter doesn't…
amyzx updated
5 years ago
-
Al emitir una prescripcion se debe deployar un nuevo contrato de dispensacion. La instancia del contrato de dispensacion se debe agregar al XML de la receta antes de firmarse. De esta forma el XML fir…
-
I only see rust code, but I want to implement this code into a website. How would I do this as a beginner?
Any help is appreciated, thanks!
-
### Create a dApp where users can create their own smart contract-based bank accounts
There will be several advantages to using such accounts:
## Overview
- You can authorize several addresses (y…
-
Hi, I'm experiencing an issue here when send the transaction to the sendTransaction from the MobileAdapter, I have the following error:
```
WalletSendTransactionError: Found no installed wallet that…
-
_note to OP: transcribe this bug report to the new template_
I'm trying to redeem badges on the forum but I'm getting the following error (on the console):
inpage.js:1 Uncaught TypeError: Cannot…
-
Hey man, thanks for the project, it's a nifty little tool. I wanted to check out a couple of wallets on the AVAX blockchain. What specific edits would I need to make to the project to achieve that?
ghost updated
2 years ago
-
### What was wrong?
> @theanht1 Hi guys, are there any ways to filter all events of a contract in a human readable way like contract.allEvents of web3js ?
> @carver not currently. Last we talked a…
-
## Description
In javascript there is no "window.ethereum" or "window.web3" available if only crypto wallets is enabled and metamask is not installed. Do you maybe inject a different variable? As lo…
-
Consider the following contract:
```
contract Test {
uint32 constant SIZE = // size here
uint256[SIZE] private array;
function get() external view returns (uint256[SIZE] memory) {
retu…