chainkit
chainkit copied to clipboard
ChainKit is a toolkit for blockchain development. It includes primitives for creating, building and running decentralized applications.
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...
Files should be writable by owner (644)
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...
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...
After a successful `chainkit create demoapp`, the next step leads to the following:  two attempts at `chainkit start` lead to different "too many...