I wanted to make a custom blockchain module to fetch data using external api and then store or edit in blockchain #3461
Unanswered
prakharadmybrand
asked this question in
General
Replies: 1 comment
-
interesting |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I wanted to make a custom blockchain module to fetch data using external api and then store or edit in blockchain. For that i was using ignite cli. I found a github repository that implemented the same but it has used older version of ignite and golang(v1.15). here is the link : https://github.com/cbonoz/cosmos20/blob/master/go.mod.
After installing dependencies I tried to build and run-- error app.js not found with some missing test case file.
I tried with lower version of golang(v1.16) with the current version of ignite(v0.26.1) but this ignite version supports golang(v1.18 and above)
I tried the older version of ignite (v0.25.2) because this version of ignite uses older version of golang(v1.16) and as the repo used the older version of golang. But the error for this version of ignite came---(THis VERSION OF IGNITE(v0.25.2) NO LONGER SUPPORTS COSMOS SDK)
Can someone help me out to either help me out to implement my problem in new version of ignite or either old version too. (i.e. WHAT ALL be needed if I want to use the module in my own project impemented in the above github repo I mentioned).
Suggest some method that how can I create custom blockchain over COSMOS SDK that has option to fetch data from external apis.
Beta Was this translation helpful? Give feedback.
All reactions