Replies: 2 comments 3 replies
-
Please format your question, so we can help you |
Beta Was this translation helpful? Give feedback.
3 replies
-
Thanks my honorable buddies in the house. I was still in my baby step of
learning solidity and I was made to know that I will add syntax to my smart
contract anytime i want quick respond to my question. I promise I will get
back to it anytime soon to format it but I am still stuck up for days on
installing wsl (Window Subsystem Linux) on my window 10 via Vscode and I
have try several trouble shooting but it is not working. I don't know if
anyone could assist me yo get this done so I could comeback to the learning
board or can I use Powershell or Cmd to progress on my learning? But tutor
made us to now that wsl, is must suitable for working with smart contract.
You response on this would be helpful for a brother here. I have been stud
down with this installation for days and it has hinder me to learn more.
Thanks and regards
…On Wed, Sep 20, 2023, 9:37 PM Abdullah Alfaqi ***@***.***> wrote:
Ok 👍
—
Reply to this email directly, view it on GitHub
<#6106 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BCNZPN4MDVITGGCVIBYWX63X3NHY7ANCNFSM6AAAAAA4P3U2MM>
.
You are receiving this because you authored the thread.Message ID:
<smartcontractkit/full-blockchain-solidity-course-js/repo-discussions/6106/comments/7062765
@github.com>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
...solidity
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "./SimpleStorage.sol";
contract StorageFactory {
function createSimpleStroageContract() public {
// How does storage factroy know what simple storage looks like?
SimpleStorage simpleStorage = new SimpleStorage();
simpleStorageArray.push(simpleStorage);
}
}
...
hi i a, having issue here can someone help me?
Beta Was this translation helpful? Give feedback.
All reactions