Skip to content

Commit

Permalink
feat: dag-jose implementation using IPLD schema/code generation
Browse files Browse the repository at this point in the history
  • Loading branch information
smrz2001 committed Nov 14, 2021
1 parent 038e7d0 commit f1fcd6d
Show file tree
Hide file tree
Showing 24 changed files with 14,400 additions and 2,610 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: go

go:
- "1.14"
- "1.17"

env:
- GO111MODULE=on
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ To read a JWS from IPFS:

```go
import (
"github.com/alexjg/dagjose" cidlink "github.com/ipld/go-ipld-prime/linking/cid"
"github.com/ceramicnetwork/dagjose"
"github.com/ipld/go-ipld-prime/linking/cid"
)
// Here we're creating a `CID` which points to a JWS
jwsCid, err := cid.Decode("some cid")
Expand Down
109 changes: 0 additions & 109 deletions dagjose/dagjose.go

This file was deleted.

242 changes: 0 additions & 242 deletions dagjose/dagjose_assembler.go

This file was deleted.

Loading

0 comments on commit f1fcd6d

Please sign in to comment.