Skip to content

Commit 856da3a

Browse files
author
himanshu
committed
fix readme
1 parent aaa2fa6 commit 856da3a

File tree

2 files changed

+5305
-3945
lines changed

2 files changed

+5305
-3945
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Web3Auth MPC Core Kit Beta
1+
# Web3Auth MPC Core Kit
22

33
[![npm version](https://img.shields.io/npm/v/@web3auth/mpc-core-kit?label=%22%22)](https://www.npmjs.com/package/@web3auth/mpc-core-kit/v/latest)
44
[![minzip](https://img.shields.io/bundlephobia/minzip/@web3auth/mpc-core-kit?label=%22%22)](https://bundlephobia.com/result?p=@web3auth/mpc-core-kit@latest)
@@ -100,3 +100,14 @@ Checkout the [Web3Auth Demo](https://demo-app.web3auth.io/) to see how Web3Auth
100100
- Have a look at our [Community Portal](https://community.web3auth.io/) to see if anyone has any questions or issues you might be having. Feel free to reate new topics and we'll help you out as soon as possible.
101101
- Checkout our [Troubleshooting Documentation Page](https://web3auth.io/docs/troubleshooting) to know the common issues and solutions.
102102
- For Priority Support, please have a look at our [Pricing Page](https://web3auth.io/pricing.html) for the plan that suits your needs.
103+
104+
105+
### Development steps:-
106+
#### Install dependencies:
107+
npm i
108+
109+
#### Run tests:
110+
npm run test
111+
112+
#### Build:
113+
npm run build

0 commit comments

Comments
 (0)