Skip to content

Instantly share code, notes, and snippets.

View vgotcheva's full-sized avatar

Violeta Gotcheva vgotcheva

View GitHub Profile
@vgotcheva
vgotcheva / gist-9e2ccd96cf71c9cc5b3e44fe49547c2a...metadata...black.jpg
Created September 12, 2021 02:36
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.8.0+commit.c7dfd78e.js&optimize=false&runs=200&gist=
// this line is added to create a gist. Empty file is not allowed.
@vgotcheva
vgotcheva / metadata...black.jpg
Created September 12, 2021 02:34
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.8.0+commit.c7dfd78e.js&optimize=false&runs=200&gist=
// this line is added to create a gist. Empty file is not allowed.
@vgotcheva
vgotcheva / metadata...black.json
Created September 12, 2021 02:31
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.8.0+commit.c7dfd78e.js&optimize=false&runs=200&gist=
{
"name": "Black Stone",
"description": "Black stone found at the beach",
"image": "https://storage.googleapis.com/opensea-prod.appspot.com/creature/50.png",
"attributes": [
{
"trait_type": "Color",
"value": "Black"
},
{
@vgotcheva
vgotcheva / .deps...npm...@openzeppelin...contracts...token...ERC721...ERC721.sol
Last active September 12, 2021 00:45
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.8.0+commit.c7dfd78e.js&optimize=false&runs=200&gist=
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "./IERC721.sol";
import "./IERC721Receiver.sol";
import "./extensions/IERC721Metadata.sol";
import "../../utils/Address.sol";
import "../../utils/Context.sol";
import "../../utils/Strings.sol";
@vgotcheva
vgotcheva / README.md
Last active December 28, 2024 16:42
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.8.7+commit.e28d00a7.js&optimize=false&runs=200&gist=

Set Up a Development Environment in Remix IDE

Purpose of this mini tutorial

In Week 1 we will follow [NFT-Tutorial by BlockDevsUnited] (https://github.com/BlockDevsUnited/NFT-Tutorial)

This mini tutorial is about how to set up a development environment for Week 1 using Remix IDE.

Initialize a development project in Remix IDE