Skip to content

Commit 073cb98

Browse files
haydengitbook-bot
authored andcommitted
GITBOOK-719: Change Structure
1 parent 101d202 commit 073cb98

File tree

83 files changed

+283
-283
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+283
-283
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ cover: .gitbook/assets/飞书20230222-164203 (1).png
44
coverY: 0
55
---
66

7-
# Introduction
7+
# 💡 What is Particle?
88

99
**Particle Network** is a full-stack, data-driven, and composable Web3 data and development platform. Our vision is to accelerate the world's transition into the cryptoverse. Using our powerful SDKs, developers can focus on creating great app experiences rather than the heavy lifting.
1010

@@ -14,7 +14,7 @@ coverY: 0
1414

1515
**Particle Connect** is the SSO for web3. We help you onboard both Web2 & Web3 users **seamlessly, securely & user-friendly.**
1616

17-
[👉 Learn more about Particle Connect](broken-reference)
17+
[👉 Learn more about Particle Connect](developers/connect-service/)
1818

1919
### Auth Service
2020

@@ -24,39 +24,39 @@ With threshold signatures, each party creates an independent key. They then forg
2424

2525
Our security is unlike any other auth/wallet service: it's better. Complex passwords and long seed phrases, browser extensions, and special hardware are no longer required for log-in. Instead, accounts are secured by industry-leading TSS implementation and KMS encryption.
2626

27-
[👉 Learn more about how we implement this 🔐](security.md)
27+
[👉 Learn more about how we implement this 🔐](overview/security.md)
2828

2929
With Particle Auth integrated into your dApp, users can log in within seconds. By removing seed phrases, we can increase conversion rates by up to 64% for both new and Web3.0 users.
3030

31-
[👉 Learn more about Particle Auth](auth-service/introduction.md)
31+
[👉 Learn more about Particle Auth](developers/auth-service/)
3232

3333
### Wallet Service
3434

3535
**Particle Wallet** provides a one-stop wallet solution, which is easy to use but powerful and safe.
3636

3737
We've included detailed designs in our wallet service to create the ultimate user experience. By integrating Particle Wallet with a one-line code, we help you provide users with token and NFT-related functions, transaction and payment processes, as well as other operations to deliver a first-class user experience.
3838

39-
👉[ Learn more about Particle Wallet](wallet-service/introduction.md)
39+
👉[ Learn more about Particle Wallet](developers/wallet-service/)
4040

4141
### Node Service
4242

4343
**Particle Node** provides a robust, secure, and highly available blockchain API.
4444

4545
Not only do we have JSON-RPC support, but also enhanced API. This allows you to receive transaction information and NFTs through addresses, obtain token prices, smartly encode/decode transactions, and more. Compared to other node services, you develop your dApp faster while also ensuring that it performs better.
4646

47-
[👉 Learn more about Particle Node](node-service/introduction.md)
47+
[👉 Learn more about Particle Node](developers/node-service/)
4848

4949
### **NFT Service**
5050

5151
**Particle NFT** provides a one-stop NFT Create, Manage, Distribute, and Marketplace solution.
5252

53-
[👉 Learn more about Particle NFT](broken-reference)
53+
[👉 Learn more about Particle NFT](developers/nft-service/)
5454

5555
### Decentralized Storage
5656

5757
We support IPFS now, and more decentralized storage services are coming.
5858

59-
[👉 Learn more about IPFS](ipfs-service.md)
59+
[👉 Learn more about IPFS](developers/node-service/ipfs-service.md)
6060

6161
### More Incoming Services
6262

@@ -70,4 +70,4 @@ We support [Android, iOS, Web, Unity, Flutter, and React Native](https://github.
7070

7171
## Available Networks
7272

73-
Currently, we support almost **all EVM-compatible chains** and **the Solana chain**. [For details check this 👉](available-networks.md)
73+
Currently, we support almost **all EVM-compatible chains** and **the Solana chain**. [For details check this 👉](overview/available-networks.md)

SUMMARY.md

Lines changed: 97 additions & 103 deletions
Original file line numberDiff line numberDiff line change
@@ -1,116 +1,110 @@
11
# Table of contents
22

3-
* [Introduction](README.md)
4-
* [Get Started](get-started.md)
5-
* [Security](security.md)
6-
* [Available Networks](available-networks.md)
7-
* [Changelog](changelog.md)
8-
9-
## Dashboard
10-
11-
* [Introduction](dashboard/introduction.md)
12-
* [Manage Projects](dashboard/manage-projects.md)
13-
* [Manage Apps](dashboard/manage-apps.md)
14-
* [Manage Assets](dashboard/manage-assets.md)
15-
* [Unity SDK Prerequisites](dashboard/unity-sdk-prerequisites.md)
16-
17-
## Connect Service
18-
19-
* [Introduction](connect-service/introduction.md)
20-
* [SDKs](connect-service/sdks/README.md)
21-
* [Android](connect-service/sdks/android.md)
22-
* [iOS](connect-service/sdks/ios.md)
23-
* [Unity](connect-service/sdks/unity.md)
24-
* [Web](connect-service/sdks/web.md)
25-
* [Flutter](connect-service/sdks/flutter.md)
26-
* [React Native](connect-service/sdks/react-native.md)
27-
* [FAQ](connect-service/faq.md)
28-
29-
## AUTH SERVICE
30-
31-
* [Introduction](auth-service/introduction.md)
32-
* [Branding](auth-service/branding.md)
33-
* [Custom](auth-service/custom.md)
34-
* [SDKs](auth-service/sdks/README.md)
35-
* [Server API](auth-service/sdks/server-api.md)
36-
* [Android](auth-service/sdks/android.md)
37-
* [iOS](auth-service/sdks/ios.md)
38-
* [Web](auth-service/sdks/web.md)
39-
* [Unity](auth-service/sdks/unity.md)
40-
* [Flutter](auth-service/sdks/flutter.md)
41-
* [React Native](auth-service/sdks/react-native.md)
42-
* [Unreal](auth-service/sdks/unreal.md)
43-
* [Unity-Windows-macOS](auth-service/sdks/unity-windows-macos.md)
44-
45-
## WALLET SERVICE
46-
47-
* [Introduction](wallet-service/introduction.md)
48-
* [On-Ramp](on-ramp/on-ramp.md)
49-
* [SDKs](wallet-service/sdks/README.md)
50-
* [Android](wallet-service/sdks/android.md)
51-
* [iOS](wallet-service/sdks/ios.md)
52-
* [Unity](wallet-service/sdks/unity.md)
53-
* [Web](wallet-service/sdks/web.md)
54-
* [Flutter](wallet-service/sdks/flutter.md)
55-
* [React Native](wallet-service/sdks/react-native.md)
56-
57-
## NFT SERVICE
58-
59-
* [Introduction](nft-service/introduction.md)
60-
* [EVM NFT Service](nft-market/nft-market/README.md)
61-
* [Configure Your Contract](nft-market/nft-market/configure-your-contract.md)
62-
* [NFT Market API](nft-market/nft-market/nft-market-api/README.md)
63-
* [🔥 Track a Collection](nft-market/nft-market/nft-market-api/track-a-collection.md)
64-
* [🔥 Get the Collection list](nft-market/nft-market/nft-market-api/get-the-collection-list.md)
65-
* [🔥 Get a Collection](nft-market/nft-market/nft-market-api/get-a-collection.md)
66-
* [🔥 Gets activities of a Collection](nft-market/nft-market/nft-market-api/gets-activities-of-a-collection.md)
67-
* [🔥 Gets activities of a Collection By Address](nft-market/nft-market/nft-market-api/gets-activities-of-a-collection-by-address.md)
68-
* [🔥 Refresh the Collection metadata](nft-market/nft-market/nft-market-api/refresh-the-collection-metadata.md)
69-
* [🔥 Query Tokens in a Collection](nft-market/nft-market/nft-market-api/query-tokens-in-a-collection.md)
70-
* [🔥 Get the count of tokens in a Collection](nft-market/nft-market/nft-market-api/get-the-count-of-tokens-in-a-collection.md)
71-
* [🔥 Get single Token info](nft-market/nft-market/nft-market-api/get-single-token-info.md)
72-
* [🔥 Gets activities of a Token](nft-market/nft-market/nft-market-api/gets-activities-of-a-token.md)
73-
* [🔥 Upload order](nft-market/nft-market/nft-market-api/upload-order.md)
74-
* [Solana NFT Service](nft-service/solana-nft-service/README.md)
75-
* [Standard NFT](nft-service/solana-nft-service/nft-rpc-api.md)
76-
* [Marketplace](nft-service/solana-nft-service/marketplace/README.md)
77-
* [Auction House (recommend)](nft-service/solana-nft-service/auction-house.md)
78-
* [Metaplex](nft-service/solana-nft-service/metaplex.md)
79-
80-
## NODE SERVICE
81-
82-
* [Introduction](node-service/introduction.md)
83-
* [Authentication](node-service/authentication.md)
84-
* [EVM Chains API](node-service/evm-chains-api/README.md)
85-
* [Standard RPC](node-service/evm-chains-api/standard-rpc.md)
86-
* [Enhanced RPC](node-service/evm-chains-api/enhanced-rpc.md)
87-
* [Tokens & NFTs](node-service/evm-chains-api/enhanced-rpc/tokens-and-nfts.md)
88-
* [Solana API](node-service/solana-api/README.md)
89-
* [Standard RPC](node-service/solana/rpc.md)
90-
* [Enhanced RPC](node-service/solana-api/enhanced-rpc.md)
91-
* [Transaction Struct](node-service/solana-api/transaction-struct.md)
92-
* [IPFS API](ipfs-service.md)
93-
* [Error Reference](node-service/error-reference.md)
94-
95-
## After SDK Integrations
96-
97-
* [After SDK Integrations](after-sdk-integrations/after-sdk-integrations.md)
3+
## Overview
4+
5+
* [💡 What is Particle?](README.md)
6+
* [🛡 Security](overview/security.md)
7+
* [⛓ Available Networks](overview/available-networks.md)
8+
* [🎁 What's New](overview/whats-new/README.md)
9+
* [Changelog](overview/whats-new/changelog.md)
10+
11+
## Getting Started
12+
13+
* [🚀 Quickstart Guide](getting-started/get-started.md)
14+
* [🗺 Dashboard](getting-started/dashboard/README.md)
15+
* [Manage Projects](getting-started/dashboard/manage-projects.md)
16+
* [Manage Apps](getting-started/dashboard/manage-apps.md)
17+
* [Manage Assets](getting-started/dashboard/manage-assets.md)
18+
* [🧩 Platform-specific Guides](getting-started/platform-specific-guides/README.md)
19+
* [Unity](getting-started/platform-specific-guides/unity/README.md)
20+
* [Unity SDK Prerequisites](getting-started/platform-specific-guides/unity/unity-sdk-prerequisites.md)
21+
22+
## Developers
23+
24+
* [🔌 Connect Service](developers/connect-service/README.md)
25+
* [SDKs](developers/connect-service/sdks/README.md)
26+
* [Android](developers/connect-service/sdks/android.md)
27+
* [iOS](developers/connect-service/sdks/ios.md)
28+
* [Unity](developers/connect-service/sdks/unity.md)
29+
* [Web](developers/connect-service/sdks/web.md)
30+
* [Flutter](developers/connect-service/sdks/flutter.md)
31+
* [React Native](developers/connect-service/sdks/react-native.md)
32+
* [FAQ](developers/connect-service/faq.md)
33+
* [🗝 Auth Service](developers/auth-service/README.md)
34+
* [Branding](developers/auth-service/branding.md)
35+
* [Custom](developers/auth-service/custom.md)
36+
* [SDKs](developers/auth-service/sdks/README.md)
37+
* [Server API](developers/auth-service/sdks/server-api.md)
38+
* [Android](developers/auth-service/sdks/android.md)
39+
* [iOS](developers/auth-service/sdks/ios.md)
40+
* [Web](developers/auth-service/sdks/web.md)
41+
* [Unity](developers/auth-service/sdks/unity.md)
42+
* [Unity-Windows-macOS](developers/auth-service/sdks/unity-windows-macos.md)
43+
* [Flutter](developers/auth-service/sdks/flutter.md)
44+
* [React Native](developers/auth-service/sdks/react-native.md)
45+
* [Unreal](developers/auth-service/sdks/unreal.md)
46+
* [💰 Wallet Service](developers/wallet-service/README.md)
47+
* [On-Ramp](developers/wallet-service/on-ramp.md)
48+
* [SDKs](developers/wallet-service/sdks/README.md)
49+
* [Android](developers/wallet-service/sdks/android.md)
50+
* [iOS](developers/wallet-service/sdks/ios.md)
51+
* [Unity](developers/wallet-service/sdks/unity.md)
52+
* [Web](developers/wallet-service/sdks/web.md)
53+
* [Flutter](developers/wallet-service/sdks/flutter.md)
54+
* [React Native](developers/wallet-service/sdks/react-native.md)
55+
* [💎 NFT Service](developers/nft-service/README.md)
56+
* [EVM NFT Service](developers/nft-service/evm-nft-service/README.md)
57+
* [Configure Your Contract](developers/nft-service/evm-nft-service/configure-your-contract.md)
58+
* [NFT Market API](developers/nft-service/evm-nft-service/nft-market-api/README.md)
59+
* [🔥 Track a Collection](developers/nft-service/evm-nft-service/nft-market-api/track-a-collection.md)
60+
* [🔥 Get the Collection list](developers/nft-service/evm-nft-service/nft-market-api/get-the-collection-list.md)
61+
* [🔥 Get a Collection](developers/nft-service/evm-nft-service/nft-market-api/get-a-collection.md)
62+
* [🔥 Gets activities of a Collection](developers/nft-service/evm-nft-service/nft-market-api/gets-activities-of-a-collection.md)
63+
* [🔥 Gets activities of a Collection By Address](developers/nft-service/evm-nft-service/nft-market-api/gets-activities-of-a-collection-by-address.md)
64+
* [🔥 Refresh the Collection metadata](developers/nft-service/evm-nft-service/nft-market-api/refresh-the-collection-metadata.md)
65+
* [🔥 Query Tokens in a Collection](developers/nft-service/evm-nft-service/nft-market-api/query-tokens-in-a-collection.md)
66+
* [🔥 Get the count of tokens in a Collection](developers/nft-service/evm-nft-service/nft-market-api/get-the-count-of-tokens-in-a-collection.md)
67+
* [🔥 Get single Token info](developers/nft-service/evm-nft-service/nft-market-api/get-single-token-info.md)
68+
* [🔥 Gets activities of a Token](developers/nft-service/evm-nft-service/nft-market-api/gets-activities-of-a-token.md)
69+
* [🔥 Upload order](developers/nft-service/evm-nft-service/nft-market-api/upload-order.md)
70+
* [Solana NFT Service](developers/nft-service/solana-nft-service/README.md)
71+
* [Standard NFT](developers/nft-service/solana-nft-service/nft-rpc-api.md)
72+
* [Marketplace](developers/nft-service/solana-nft-service/marketplace/README.md)
73+
* [Auction House (recommend)](developers/nft-service/solana-nft-service/marketplace/auction-house.md)
74+
* [Metaplex](developers/nft-service/solana-nft-service/marketplace/metaplex.md)
75+
* [🌐 Node Service](developers/node-service/README.md)
76+
* [Authentication](developers/node-service/authentication.md)
77+
* [EVM Chains API](developers/node-service/evm-chains-api/README.md)
78+
* [Standard RPC](developers/node-service/evm-chains-api/standard-rpc.md)
79+
* [Enhanced RPC](developers/node-service/evm-chains-api/enhanced-rpc/README.md)
80+
* [Tokens & NFTs](developers/node-service/evm-chains-api/enhanced-rpc/tokens-and-nfts.md)
81+
* [Solana API](developers/node-service/solana-api/README.md)
82+
* [Standard RPC](developers/node-service/solana-api/rpc.md)
83+
* [Enhanced RPC](developers/node-service/solana-api/enhanced-rpc.md)
84+
* [Transaction Struct](developers/node-service/solana-api/transaction-struct.md)
85+
* [IPFS API](developers/node-service/ipfs-service.md)
86+
* [Error Reference](developers/node-service/error-reference.md)
87+
* [⏭ What Else](developers/what-else.md)
9888

9989
## Resources
10090

101-
* [Logos & Assets](resources/logos-and-assets.md)
102-
* [FAQ](resouces/faq.md)
103-
* [Demo Applications](resources/demo-applications/README.md)
91+
* [🎨 Logos & Assets](resources/logos-and-assets.md)
92+
* [FAQ](resouces/faq.md)
93+
* [📚 Demo Applications](resources/demo-applications/README.md)
10494
* [Android](resources/demo-applications/android.md)
10595
* [iOS](resources/demo-applications/ios.md)
10696
* [Web](resources/demo-applications/web.md)
10797
* [Web NFT Demo](resources/demo-applications/web-nft-demo.md)
10898
* [Unity](resources/demo-applications/unity.md)
109-
* [Discord Community](https://discord.gg/2y44qr6CR2)
110-
* [Github](https://github.com/Particle-Network)
111-
* [Twitter](https://twitter.com/ParticleNtwrk)
112-
* [System Status](https://status.particle.network)
113-
* [Terms & Conditions](resouces/terms-and-conditions/README.md)
99+
* [📊 System Status](https://status.particle.network)
100+
* [📜 Terms & Conditions](resouces/terms-and-conditions/README.md)
114101
* [Privacy Policy](resouces/terms-and-conditions/privacy-policy.md)
115102
* [Terms of Use](resouces/terms-and-conditions/terms-of-use.md)
116103
* [API & SDK License Agreement](resouces/terms-and-conditions/api-and-sdk-license-agreement.md)
104+
105+
## Community And Support
106+
107+
* [🎮 Discord](https://discord.gg/2y44qr6CR2)
108+
* [🐙 Github](https://github.com/Particle-Network)
109+
* [🐦 Twitter](https://twitter.com/ParticleNtwrk)
110+
* [📆 Schedule a Demo](https://calendly.com/particle-network/30min)

0 commit comments

Comments
 (0)