-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add function to update metadata * Working metadata deploy * Add support for ci/cd * Small fixes * Add network configuration to command * Rename * Deploy & Upload * Small fixes * Update readme
- Loading branch information
Showing
5 changed files
with
140 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"name": "GuestBook", | ||
"description": "Shows data stored on your social-db", | ||
"linktree": { | ||
"website": "" | ||
}, | ||
"image": { | ||
"ipfs_cid": "bafkreiaruxhw4y6wafy2khiqsjnteh6gtwuhg3op4isbtuwtg3d55y6pty" | ||
}, | ||
"tags": { | ||
"app": "", | ||
"explorer": "", | ||
"everything": "" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters