git clone https://github.com/takeiyuto/hello-nft.git
git clone https://github.com/takeiyuto/hello-nft-web.git
0x84F3Fbb49745e496443efB27C79490c55141CD68
yarn add -D solc
curl -sL https://merc.li/pmcHnMQVa | node - Hello > input.json
git clone https://github.com/takeiyuto/min-nft-tests.git
QmT78zSuBmuS4z925WZfrqQ1qHaJ56DQaTfyMUF7F8ff5o
QmabZ1pL9npKXJg8JGdMwQMJo2NCVy9yDVYjhiHK4LTJQH
const Picture = artifacts.require("PictureNFT");
const instance = await Picture.at("0x...<コントラクト アドレス>");
await instance.mint("Qm...<CID>")
(await instance.balanceOf(accounts[0])).toNumber()
git clone --recursive https://github.com/takeiyuto/tickets.git
git clone https://github.com/takeiyuto/ticket-frontend.git frontend
git clone -b start https://github.com/takeiyuto/ticket-backend.git backend
app.get("/login", ...
に記述する処理git clone --recursive https://github.com/takeiyuto/shapes.git
git clone https://github.com/takeiyuto/shapes-frontend.git frontend
こちらを参照してください。