Skip to content
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

Added the staking example using typescript #128

Merged
merged 4 commits into from
Jul 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/components/products/core/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ export const core = {
{ title: 'Immutability', href: '/core/guides/immutability' },
{ title: 'Print Editions', href: '/core/guides/print-editions' },
{ title: 'Oracle Plugin Example', href: '/core/guides/oracle-plugin-example' },
{ title: 'Web2 typescript Staking Example', href: '/core/guides/javascript/web2-typescript-staking-example' }
],
},
],
Expand Down
2 changes: 2 additions & 0 deletions src/pages/core/guides/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ The following Guides for MPL Core are currently available:

{% quick-link title="Oracle Plugin Example" icon="CodeBracketSquare" href="/core/guides/oracle-plugin-example" description="Learn how you can create a collection that can be traded only during US market hours" /%}

{% quick-link title="Typescript Staking Example" icon="CodeBracketSquare" href="/core/guides/typescript-staking-example" description="Learn how you can create a staking program for your collection using only Typescript" /%}

{% /quick-links %}
Loading