-
Notifications
You must be signed in to change notification settings - Fork 470
move zero to hero ft/nft to github pages #2849
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
Merged
Merged
Changes from 6 commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
a83c7e9
move to github pages
bucanero 6e88466
clean up
bucanero 29a9bf0
Merge branch 'master' into 2837-doc-move-zero-to-hero-out-of-docs
bucanero ff06d10
clean up
bucanero 2cd2cd4
fixes
bucanero 31d63a1
Merge branch '2837-doc-move-zero-to-hero-out-of-docs' of https://gith…
bucanero 63f5c53
Update fts.md
bucanero 20e536c
clean up
bucanero File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,52 @@ | ||
| --- | ||
| id: fts | ||
| title: Fungible Tokens Zero to Hero | ||
| sidebar_label: Introduction | ||
| description: "Master NEAR fungible tokens from pre-deployed contracts to building fully-featured FT smart contracts." | ||
| --- | ||
|
|
||
| In this _Zero to Hero_ series, you'll find a set of tutorials covering every aspect of a fungible token (FT) smart contract. You'll start by interacting with a pre-deployed contract and by the end you'll have built a fully-fledged FT smart contract that supports every extension of the standards. | ||
|
|
||
| --- | ||
|
|
||
| ## Prerequisites | ||
|
|
||
| To complete these tutorials successfully, you'll need: | ||
|
|
||
| - [Rust](/smart-contracts/quickstart#prerequisites) | ||
| - [A NEAR wallet](https://testnet.mynearwallet.com) | ||
| - [NEAR-CLI](/tools/near-cli#installation) | ||
| - [cargo-near](https://github.com/near/cargo-near) | ||
|
|
||
| :::info New to Rust? | ||
| If you are new to Rust and want to dive into smart contract development, our [Quick-start guide](https://docs.near.org/smart-contracts/quickstart) is a great place to start. | ||
| ::: | ||
|
|
||
| --- | ||
|
|
||
| ## Overview | ||
|
|
||
| These are the steps that will bring you from **_Zero_** to **_Hero_** in no time! 💪 | ||
|
|
||
| | Step | Name | Description | | ||
| | ---- | ------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------- | | ||
| | 1 | [Pre-deployed contract](https://near-examples.github.io/ft-tutorial/predeployed-contract) | Receive FTs without the need to code, create, or deploy a smart contract. | | ||
| | 2 | [Contract architecture](https://near-examples.github.io/ft-tutorial/skeleton) | Learn the basic architecture of the FT smart contract and compile the code. | | ||
| | 3 | [Defining a Token](https://near-examples.github.io/ft-tutorial/defining-a-token) | Flesh out what it means to have a FT and how you can customize your own. | | ||
| | 4 | [Circulating Supply](https://near-examples.github.io/ft-tutorial/circulating-supply) | Learn how to create an initial supply and have the token show up in your wallet. | | ||
| | 5 | [Registering Accounts](https://near-examples.github.io/ft-tutorial/registering-accounts) | Explore how you can implement and understand the storage management standard to avoid malicious users from draining your funds. | | ||
| | 6 | [Transferring FTs](https://near-examples.github.io/ft-tutorial/transfers) | Learn how to transfer FTs and discover some of the true powers that the core standard brings | | ||
| | 7 | [Marketplace](https://near-examples.github.io/ft-tutorial/marketplace) | Learn about how common marketplaces operate on NEAR and dive into some of the code that allows buying and selling NFTs by using Fungible Tokens. | | ||
|
|
||
| <!-- | ||
| 1. [Events](https://near-examples.github.io/ft-tutorial/events): in this tutorial you'll explore the events extension, allowing the contract to react on certain events. | ||
| 1. [Marketplace](https://near-examples.github.io/ft-tutorial/marketplace): in the last tutorial you'll be exploring some key aspects of the marketplace contract. | ||
| --> | ||
|
|
||
| --- | ||
|
|
||
| ## Next steps | ||
|
|
||
| Ready to start? Jump to the [Pre-deployed Contract](https://near-examples.github.io/ft-tutorial/predeployed-contract) tutorial and begin your learning journey! | ||
|
|
||
| If you already know about fungible tokens and smart contracts, feel free to skip and jump directly to the tutorial of your interest. The tutorials have been designed so you can start at any given point! | ||
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.