-
Notifications
You must be signed in to change notification settings - Fork 558
Docs(update): Correcting the Modular contract getting started tutoria… #5074
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
Conversation
…ls with updated code
|
@cromewar is attempting to deploy a commit to the thirdweb Team on Vercel. A member of the Team first needs to authorize it. |
Your org has enabled the Graphite merge queue for merging into mainAdd the label “merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
apps/portal/src/app/contracts/modular-contracts/get-started/create-core-contract/page.mdx
Outdated
Show resolved
Hide resolved
apps/portal/src/app/contracts/modular-contracts/get-started/create-core-contract/page.mdx
Outdated
Show resolved
Hide resolved
apps/portal/src/app/contracts/modular-contracts/get-started/create-core-contract/page.mdx
Outdated
Show resolved
Hide resolved
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
…ls with updated code
Problem solved
Updating the code for Deploying a modular contract with corrected docs.
PR-Codex overview
This PR focuses on updating the
CounterCore
andCounterModule
contracts for better integration with the Thirdweb modular contracts, enhancing functionality, and improving code structure.Detailed summary
UNLICENSED
toMIT
.Core
andModule
contracts to use@thirdweb-dev
.CounterCore
for owner initialization.getSupportedCallbackFunctions
inCounterCore
.BeforeIncrementCallback
interface.increment
function inCounterCore
.CounterStorage
library for state management.CounterModule
forgetStep
andsetStep
.beforeIncrement
callback function inCounterModule
.getModuleConfig
function to communicate with core contract.