Skip to content

Instantly share code, notes, and snippets.

@xpdlf1004
Created August 3, 2018 10:58
Show Gist options
  • Save xpdlf1004/6380f59fec8232cd5aceae123b29e867 to your computer and use it in GitHub Desktop.
Save xpdlf1004/6380f59fec8232cd5aceae123b29e867 to your computer and use it in GitHub Desktop.
const wowTokenScheme = sdk.core.createAssetScheme({
shardId: 0,
metadata: JSON.stringify({
name: "Wow Token",
description: "플레이어들은 게임 내 상점에서 WoW 토큰을 구입하고, 경매장에서 이를 지정된 시세의 골드로 교환할 수 있습니다. 플레이어가 경매장에서 WoW 토큰을 교환하면 귀속 아이템이 되며, 이를 사용하여 30일의 게임 시간을 등록할 수 있습니다.",
icon_url: "https://i2.wp.com/www.constantwarfare.com/wp-content/uploads/2015/04/wowtokenforgold.jpg?w=316",
}),
amount: 10000,
registrar: "cccqzn9jjm3j6qg69smd7cn0eup4w7z2yu9myd6c4d7",
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment