-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add intro to writing a plugin in the new (unnnamed) framework. #194
Labels
T:Docs
Changes and features related to documentation.
Comments
There is also PR #211 which you can look at and see the whole process of making a new module and app in a few commits. Maybe that is an even simpler intro... |
stale. we need docs |
ParthDesai
pushed a commit
to ChorusOne/cosmos-sdk
that referenced
this issue
Apr 19, 2021
Thunnini
pushed a commit
to Thunnini/cosmos-sdk
that referenced
this issue
May 15, 2022
(cherry picked from commit 360ac73) Co-authored-by: Adam Tucker <[email protected]>
sbellem
pushed a commit
to initc3/cosmos-sdk
that referenced
this issue
Jan 27, 2023
EIP191: Prettify Amino JSON
mmsqe
added a commit
to mmsqe/cosmos-sdk
that referenced
this issue
Oct 13, 2023
Problem: miss keypair of SendEnabled to restore legacy param set before migration
12 tasks
12 tasks
12 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The code in here compiles and is tested for a simple counter app:https://github.com/tendermint/basecoin/tree/unstable/docs/guide/counter
This whole plugin intro is deprecated:
https://github.com/tendermint/basecoin/blob/unstable/docs/guide/basecoin-plugins.md
Much more info is here:
https://github.com/tendermint/basecoin/tree/unstable/docs/quark
Maybe you can try to make an explanation of how to build the counter module, if you can understand it from what is there. If not, ask us how to do it, and then explain it in your words.
The text was updated successfully, but these errors were encountered: