vscode-azure-blockchain-ethereum
vscode-azure-blockchain-ethereum copied to clipboard
Blockchain extension for VS Code
- Issue Type: `Bug` - Extension Name: `azure-blockchain` - Extension Version: `1.6.2` - OS Version: `Windows_NT x64 10.0.19043` - VS Code version: `1.66.0` :warning: We have written the needed data...
Hello All! I am new to Solidity and currently learning thru Microsoft's Blockchain modules. https://docs.microsoft.com/en-us/learn/modules/blockchain-solidity-ethereum-smart-contracts/3-blockchain-dev-kit I have gotten to the step where I deploy the sample contract however, continue to...
I installed the Blockchain Development Kit for Ethereum (v 1.6.2), and I was able to build and deploy the contracts, but the successfully, but I can't interact with the contract....
Hello together, when opening the command palette and searching for Blockchain:NewSolidityProject the following error occurs: _Command 'Blockchain: New Solidity Project' resulted in an error (command 'truffle.newSolidityProject' not found)_ I have...
Hi, I was wondering if there is any plan for providing support for Ubuntu?
### Problem I get no interactive prompt to type in my credentials to connect to Infura when clicking `Sign in to Infura account`. I know I should be getting a...
I get this error while trying to debug a transaction. OS: Mac 11.6 BigSur VS Code: 1.62.3 Extension: 1.6.2 Any ideas?
I downloaded the repo to debug the extension and try to find why the debugger is broken, but when I run the extension in debug mode and try to use...
This extension is the only thing that offers a Solidity Smart Contracts interaction page and a full featured debugger, and both features are broken now. If that's the case, that...
Installed the extension as well as pre-reqs. Mostly been following the [Microsoft tutorial](https://docs.microsoft.com/en-us/learn/modules/blockchain-solidity-ethereum-smart-contracts/3-blockchain-dev-kit). Upon selecting "Create basic project" the files are generated (node_modules doesn't exist though, perhaps it's taking forever...