chainkit icon indicating copy to clipboard operation
chainkit copied to clipboard

ChainKit is a toolkit for blockchain development. It includes primitives for creating, building and running decentralized applications.

Results 12 chainkit issues
Sort by recently updated
recently updated
newest added

Is there any more descriptive documentation or Readme to better understand. Are there any tutorials to direct how to work with chainkit by extending it with an Example?

make go generate ./templates writing assets_vfsdata.go CGO_ENABLED=0 go build -v -ldflags "-s -w -X `go list ./version`.Version=f05ad83d49faf6ccf305a61c13ce15587047299c" github.com/blocklayerhq/chainkit/builder # github.com/blocklayerhq/chainkit/builder ../../go/pkg/mod/github.com/blocklayerhq/[email protected]/builder/parser.go:92:16: undefined: progressbar.NewOptions ../../go/pkg/mod/github.com/blocklayerhq/[email protected]/builder/parser.go:94:4: undefined: progressbar.OptionSetTheme ../../go/pkg/mod/github.com/blocklayerhq/[email protected]/builder/parser.go:94:31: undefined: progressbar.Theme ../../go/pkg/mod/github.com/blocklayerhq/[email protected]/builder/parser.go:100:4:...

It would be nice to have chainkit scaffolding generate pure source code like what Ruby on Rails scaffolding is doing. Container is a bit too heavy or not needed in...

https://github.com/ipsn/go-ipfs according to the top of its' readme says it is now deprecated and https://github.com/ipfs/go-ipfs is now said to be the correct package to use Actually, it's worse than this,...

I am facing the same issue. I tried copying the `chainkit.yml` file to the ` tmp/chainkit-networkxxxxxx` but it doesn't work because every time I execute `chainkit start` it spins up...

Added Makefile rule to install in one command instead of 2. Fixes #7

Current implementation makes a lot of assumptions about the app implementation, it does support scaffolding for cosmos-based app and works on localhost only. It would be nice to make these...

enhancement

Current implementation assumes that we're running everything in one container, which does not really resemble the reality and has it's limitations. It would be nice to be able to spin...

enhancement

After a successful `chainkit create demoapp`, the next step leads to the following: ![screen shot 2019-01-08 at 15 25 57](https://user-images.githubusercontent.com/8304391/50856867-d3ec3300-1359-11e9-9ee3-3f4066acf98d.png) two attempts at `chainkit start` lead to different "too many...

enhancement