Skip to content

Commit

Permalink
adding hero-bgtransparent to the README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielaDelPilarR committed Apr 20, 2024
1 parent b66c2e8 commit 469c386
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/nextjs/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 🚩 Challenge #0: 🎟 Simple NFT Example

![readme-0](https://github.com/Quantum3-Labs/speedrunstark/blob/simple-nft-example/packages/nextjs/public/hero.png)
![readme-0](../nextjs/public/hero-bgtransparent.png)

🎫 Create a simple NFT to learn basics of 🏗 Scaffold-ETH 2. You'll use [👷‍♀️ HardHat](https://hardhat.org/getting-started/) to compile and deploy smart contracts. Then, you'll use a template React app full of important Ethereum components and hooks. Finally, you'll deploy an NFT to a public network to share with friends! 🚀

Expand Down
Binary file added packages/nextjs/public/hero-bgtransparent.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 9 additions & 9 deletions packages/snfoundry/scripts_js/deploy.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,25 +125,25 @@ const deployContract = async (
};

const deployScript = async () => {
// const {
// classHash: helloStarknetClassHash,
// abi: helloStarknetAbi,
// address: ContractAddress,
// } = await deployContract(null, "HelloStarknet"); // can pass another argument for the exported contract name
// const {
// classHash: helloStarknetClassHash,
// abi: helloStarknetAbi,
// address: ContractAddress,
// } = await deployContract(null, "HelloStarknet"); // can pass another argument for the exported contract name
// await deployContract(
// {
// name: 1,
// },
// "SimpleStorage"
// );

await deployContract(
await deployContract(
{
owner:
owner:
"0x4b3f4ba8c00a02b66142a4b1dd41a4dfab4f92650922a3280977b0f03c75ee1",
}, // last account in devnet accounts
"Challenge0",
);
"Challenge0",
);

// await deployContract(
// {
Expand Down

0 comments on commit 469c386

Please sign in to comment.