Skip to content

chore(docs): remove SFS references and related files #35

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
Binary file removed .gitbook/assets/SFS (1).png
Binary file not shown.
Binary file removed .gitbook/assets/SFS Withdrawal Guide Image.png
Binary file not shown.
Binary file removed .gitbook/assets/SFS Withdrawal Guide.png
Binary file not shown.
Binary file removed .gitbook/assets/SFS.png
Binary file not shown.
12 changes: 0 additions & 12 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,6 @@
## Tutorials

* [Interacting with Smart Contracts using ethers.js](build-on-mode/interacting-with-smart-contracts-using-ethers.js.md)
* [SFS - Sequencer Fee Sharing](build-on-mode/sfs-sequencer-fee-sharing/README.md)
* [Register a Smart Contract](build-on-mode/sfs-sequencer-fee-sharing/register-a-smart-contract/README.md)
* [SFS - Registering a contract with Remix](build-on-mode/sfs-sequencer-fee-sharing/register-a-smart-contract/sfs-registering-a-contract-with-remix.md)
* [SFS - Register a Smart Contract with Thirdweb](build-on-mode/sfs-sequencer-fee-sharing/register-a-smart-contract/sfs-register-a-smart-contract-with-thirdweb.md)
* [SFS - Register a Smart Contract with Hardhat](build-on-mode/sfs-sequencer-fee-sharing/register-a-smart-contract/sfs-register-a-smart-contract-with-hardhat.md)
* [Assign a Smart Contract](build-on-mode/sfs-sequencer-fee-sharing/assign-a-smart-contract/README.md)
* [SFS - Assign a contract to an existing NFT with Hardhat](build-on-mode/sfs-sequencer-fee-sharing/assign-a-smart-contract/sfs-assign-a-contract-to-an-existing-nft-with-hardhat.md)
* [Withdraw from the SFS](build-on-mode/sfs-sequencer-fee-sharing/withdraw-from-the-sfs/README.md)
* [With a wallet](build-on-mode/sfs-sequencer-fee-sharing/withdraw-from-the-sfs/with-a-wallet.md)
* [With a smart contract](build-on-mode/sfs-sequencer-fee-sharing/withdraw-from-the-sfs/with-a-smart-contract.md)
* [Check the SFS registry](build-on-mode/sfs-sequencer-fee-sharing/check-the-sfs-registry.md)
* [SFS FAQ](introduction/sequencer-fee-sharing/faq.md)
* [Deploying a Smart Contract](build-on-mode/deploying-a-smart-contract/README.md)
* [Using Hardhat](build-on-mode/deploying-a-smart-contract/using-hardhat.md)
* [Using Thirdweb](build-on-mode/deploying-a-smart-contract/using-thirdweb.md)
Expand Down
2 changes: 0 additions & 2 deletions build-on-mode/deploying-a-smart-contract/using-foundry.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,5 +134,3 @@ In the "Contract" tab you'll find your verified contract.
Congratulations, you just deployed and verified a contract on Mode Network using Foundry. 

To learn more about Mode and how to turn your code into a business, join our [Discord](https://discord.gg/modenetworkofficial) and say hello 👋

If you want the next challenge, you can try registering a contract for the SFS following this guide: [sfs-registering-a-contract-with-remix.md](../sfs-sequencer-fee-sharing/register-a-smart-contract/sfs-registering-a-contract-with-remix.md "mention")\
3 changes: 0 additions & 3 deletions build-on-mode/deploying-a-smart-contract/using-hardhat.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,3 @@ Input the contract address from the console to view its details.
Congratulations! You've successfully deployed a smart contract on the Mode Testnet using Hardhat and TypeScript.\
\
To learn more about Mode and how to turn your code into a business, join our [Discord](https://discord.gg/modenetworkofficial) and say hello 👋

If you want the next challenge, you can try registering a contract for the SFS following this guide: [sfs-registering-a-contract-with-remix.md](../sfs-sequencer-fee-sharing/register-a-smart-contract/sfs-registering-a-contract-with-remix.md "mention")\
\
4 changes: 0 additions & 4 deletions build-on-mode/deploying-a-smart-contract/using-remix.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,3 @@ Notice that if you call one of the smart contract methods in Remix, you should s
In this tutorial, we also went through the Mode bridge, block explorer, and how to interact with your contract. 

To learn more about Mode and how to turn your code into a business, join our [Discord](https://discord.gg/modenetworkofficial) and say hello 👋

If you want the next challenge, you can try registering a contract for the SFS following this guide: [sfs-registering-a-contract-with-remix.md](../sfs-sequencer-fee-sharing/register-a-smart-contract/sfs-registering-a-contract-with-remix.md "mention")

\
3 changes: 0 additions & 3 deletions build-on-mode/deploying-a-smart-contract/using-thirdweb.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,3 @@ One of the features we liked the most was the “Build” tab in your smart cont
<figure><img src="https://lh3.googleusercontent.com/aWeDDj0x77Elg_9l0l0mdkf-U9mt7QCCUgCVHo9OzlL6GYHo5cQxdTgx_ccRWeHyEBGimHbA0cK95bc3FGxH2Oa-fGyBhR2Ya9biR7S6WsKXWrzyK4uVeUlbVECYK8_4xE_fKlpmJbjb8LiT7piqng0" alt=""><figcaption></figcaption></figure>

Congratulations! Now you have created and deployed a smart contract on Mode using the Thirdweb CLI. To learn more about Mode and how to turn your code into a business, join our [Discord](https://discord.gg/modenetworkofficial) and say hello 👋

If you want the next challenge, you can try registering a contract for the SFS following this guide: [sfs-registering-a-contract-with-remix.md](../sfs-sequencer-fee-sharing/register-a-smart-contract/sfs-registering-a-contract-with-remix.md "mention")\
\
26 changes: 0 additions & 26 deletions build-on-mode/sfs-sequencer-fee-sharing/README.md

This file was deleted.

This file was deleted.

This file was deleted.

Loading