Skip to content

Commit d63f2ac

Browse files
pantaovaygitbook-bot
authored andcommitted
GITBOOK-1176: No subject
1 parent 49c110e commit d63f2ac

File tree

1 file changed

+5
-5
lines changed
  • developers/auth-service/core

1 file changed

+5
-5
lines changed

developers/auth-service/core/web.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ Auth Core can be integrated with any wallet, platform, chain and social login. Y
2323

2424
### **Wallet management**
2525

26-
Auth Core will automatically create a crypto wallet without a private key. The security is guaranteed by **MPC (Multi Party Computing) - based threshold signatures**, which is ahead of other technologies.
26+
Auth Core will automatically create a crypto wallet without a private key. The security is guaranteed by **MPC (Multi-Party Computing) - based threshold signatures**, which is ahead of other technologies.
2727

2828
### **Customizable**
2929

30-
You can tweak the Auth Core to match your branding. You can pick from a few pre-defined accent colors and border radius configurations. For more advanced use cases, you can provide in a fully custom theme, render your own button and omit certain features. Dark mode included.
30+
You can tweak the Auth Core to match your branding. You can pick from a few pre-defined accent colors and border-radius configurations. For more advanced use cases, you can provide in a fully custom theme, render your own button, and omit certain features. Dark mode included.
3131

3232
### **Industry standards**
3333

34-
For better interoperability with most products, we support use with [web3.js](https://github.com/web3/web3.js), [ethers.js](https://github.com/ethers-io/ethers.js) and [viem](https://github.com/wagmi-dev/viem) — the most commonly used libraries in the space.
34+
For better interoperability with most products, we support use with [web3.js](https://github.com/web3/web3.js), [ethers.js](https://github.com/ethers-io/ethers.js), and [viem](https://github.com/wagmi-dev/viem) — the most commonly used libraries in the space.
3535

3636
## Installation
3737

@@ -65,7 +65,7 @@ yarn add @particle-network/auth-core-modal
6565

6666
### **Additional build tooling setup**
6767

68-
The [Webpack v5](https://webpack.js.org/blog/2020-10-10-webpack-5-release/) bundler used by Create React App [no longer provides Node polyfills](https://webpack.js.org/blog/2020-10-10-webpack-5-release/#automatic-nodejs-polyfills-removed), so you'll need to include these modules yourself to satisfy AuthCore's peer dependencies. add below code to webpack config.
68+
The [Webpack v5](https://webpack.js.org/blog/2020-10-10-webpack-5-release/) bundler used by Create React App [no longer provides Node polyfills](https://webpack.js.org/blog/2020-10-10-webpack-5-release/#automatic-nodejs-polyfills-removed), so you'll need to include these modules yourself to satisfy AuthCore's peer dependencies. add the below code to webpack config.
6969

7070
```javascript
7171

@@ -140,7 +140,7 @@ const App = () => {
140140

141141
Auth Core Modal will display smart account address and badge when set `erc4337` param, you can use smart account send gasless transaction, refer to [Account Abstraction](../../account-abstraction/web.md).
142142

143-
#### Embedd Wallet
143+
#### Embedded Wallet
144144

145145
A fully functional wallet will be embedded in your web page when you set param `wallet`, and you can custom Wallet UI style to match your branding. 
146146

0 commit comments

Comments
 (0)