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

Flutter stake tokens guide #215

Open
wants to merge 3 commits into
base: staging
Choose a base branch
from
Open
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Guide: Stake Tokens Mobile Guide.
  • Loading branch information
emmaodia committed May 21, 2024
commit 7e74a3b9637b0a7d9389d63d0e413051053f3bc8
3 changes: 3 additions & 0 deletions docs/fuse-box/tutorials/mobile-stake-tokens-guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -179,3 +179,6 @@ Widget build(BuildContext context) {
## Conclusion
You’ve just built an app that can enable users stake tokens on the Fuse network using Flutter. This can be a foundation for more complex interactions on the Fuse blockchain you might want to implement.

## Complete Code

Check out the complete [code](https://github.com/fuseio/examples/blob/flutter-stake-tokens-app/stake_token_app/lib/main.dart). 💻