You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just trying to play around with the Frontier template, following the Substrate docs.
I tried to add a simple custom pallet for an OCW, but following the Substrate docs to create the pallet and configure it inside the runtime, it just doesn't work.
The project structure is pretty different from the Substrate template node used in the docs, so maybe the implementation is different.
Are there some docs I'm missing? How can I add my pallets?
The frontier template node is derived from the substrate-template-node, so I think the overall structure is similar. What kind of errors do you see in the process of adding pallets? Paste here or raise a question
in the https://substrate.stackexchange.com/ would be helpful.
Just trying to play around with the Frontier template, following the Substrate docs.
I tried to add a simple custom pallet for an OCW, but following the Substrate docs to create the pallet and configure it inside the runtime, it just doesn't work.
The project structure is pretty different from the Substrate template node used in the docs, so maybe the implementation is different.
Are there some docs I'm missing? How can I add my pallets?
ref.
https://docs.substrate.io/tutorials/build-application-logic/add-offchain-workers/
https://docs.substrate.io/reference/how-to-guides/offchain-workers/offchain-http-requests/
The text was updated successfully, but these errors were encountered: