Update for nftdapp

This commit is contained in:
elegant651
2020-03-25 13:48:31 +09:00
parent 6e0388b653
commit 5ad3b5d2de
41 changed files with 19436 additions and 15045 deletions

View File

@@ -8,8 +8,8 @@ const MyNFT = artifacts.require("MyNFT");
contract('Test MyNFT contract', function(accounts) {
let token;
const name = "AvarCat"
const symbol = "ACat"
const name = "MyKlay"
const symbol = "MKlay"
const account1 = accounts[1]
const tokenId1 = 1111;