Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/likecoin/iscn-ipld
A go-ipfs IPLD plugin for ISCN.
https://github.com/likecoin/iscn-ipld
cosmos-sdk ipld iscn likecoin likecoin-chain
Last synced: 2 days ago
JSON representation
A go-ipfs IPLD plugin for ISCN.
- Host: GitHub
- URL: https://github.com/likecoin/iscn-ipld
- Owner: likecoin
- License: gpl-3.0
- Created: 2020-02-03T10:47:27.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-17T15:39:33.000Z (over 4 years ago)
- Last Synced: 2024-06-21T21:04:38.893Z (5 months ago)
- Topics: cosmos-sdk, ipld, iscn, likecoin, likecoin-chain
- Language: Go
- Size: 125 KB
- Stars: 4
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# iscn-ipld
This repository is a go-ipfs IPLD plugin for [International Standard Content Number (ISCN)](https://github.com/likecoin/iscn-specs).
## Building and Installing
You can build the plugin by running `make build`. You can then install it into your local IPFS repo by running `make install`.Plugins need to be built against the correct version of go-ipfs. This package generally tracks the latest go-ipfs release but if you need to build against a different version, please set the `IPFS_VERSION` environment variable.
You can set `IPFS_VERSION` to:
* `vX.Y.Z` to build against that version of IPFS.
* `$commit` or `$branch` to build against a specific go-ipfs commit or branch.
* `/absolute/path/to/source` to build against a specific go-ipfs checkout.To update the go-ipfs, run:
```
> make go.mod IPFS_VERSION=version
```