Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/likecoin/iscn-nft-tools
Tools related to ISCN, Writing NFT, NFT Book on LikeCoin chain
https://github.com/likecoin/iscn-nft-tools
arweave ipfs iscn likecoin nft writing-nft
Last synced: 2 days ago
JSON representation
Tools related to ISCN, Writing NFT, NFT Book on LikeCoin chain
- Host: GitHub
- URL: https://github.com/likecoin/iscn-nft-tools
- Owner: likecoin
- Created: 2021-08-19T10:27:09.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-16T18:34:36.000Z (23 days ago)
- Last Synced: 2024-10-18T22:58:59.514Z (20 days ago)
- Topics: arweave, ipfs, iscn, likecoin, nft, writing-nft
- Language: JavaScript
- Homepage: https://likecoin.github.io/iscn-nft-tools/
- Size: 8.38 MB
- Stars: 1
- Watchers: 6
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![project logo](https://8565014-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LL4mdaVjNgL6A1--PV0-1972196547%2Fuploads%2Fgit-blob-67a9bfa664bab32a8f64e5239545677cc8c98a26%2FLCF001-key%20visual%20v4.1-1.jpg?alt=media)
# LikeCoin ISCN and NFT Tools
[[Discord]][discord link] [[Blog]][blog link] [[Twitter]][twitter link] [[Docs]][docs link] [[Writing NFT]][Liker Land link]
[discord link]: https://discord.gg/likecoin
[blog link]: https://blog.like.co
[twitter link]: https://twitter.com/@likecoin
[Liker Land link]: https://liker.land
[cosmossdk]: https://v1.cosmos.network/sdk
[keplr link]: https://www.keplr.app/download
[docs link]: https://docs.like.coWeb UI for this repository: https://likecoin.github.io/iscn-nft-tools/
A collection of tools for operating [NFT](https://docs.like.co/developer/likenft/likecoin-nft-module-spec) and [ISCN](https://docs.like.co/general-guides/decentralized-publishing/what-is-iscn) on [LikeCoin chain](https://like.co). The toolbox aims to complement the limitation of UI such as [Liker Land][Liker Land link].
# Getting Started
LikeCoin is an application-specific bloclkchain for creator's economy based on [cosmossdk].
You must have a LikeCoin wallet address that support Cosmos ecosystem in order to use this tool. We suggest to use [Keplr Chrome extension][keplr link]. Please refere to [LikeCoin documentation][docs link] for details about how to get started with LikeCoin.## Table of Contents
1. [Installation](#installation)
2. [Scripts](#script)
3. [Testnet](#testnet)### Installation
1. git clone [https://github.com/likecoin/iscn-nft-tools](https://github.com/likecoin/iscn-nft-tools)
2. Refer to the README.md in each program folder
---
### Scripts
| Script | Description |
| --- | --- |
| [web-ui](web-ui) | User friendly [web application](https://likecoin.github.io/iscn-nft-tools/) that implements some of the scripts in this repository
| [mint-nft](mint-nft) | Mint NFTs on LikeCoin chain based on metadata in JSON files or existing ISCN ID. It is useful when minting in batch. |
| [send-nft](send-nft) | Send NFTs in batch |
| [send-like](send-like) | Send LIKE in batch |
| [iscn-batch-uploader](iscn-batch-uploader) | Registering ISCN in batch |---
### TestnetTestnet token (EKIL) can be obtain from a Discord bot faucet, [here](https://docs.like.co/general-guides/community/faucet-testnet) is the instruction.