You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Choose your favorite wallet connector (Built-in Typink Connector, [SubConnect](https://github.com/Koniverse/SubConnect-v2), [Talisman Connect](https://github.com/TalismanSociety/talisman-connect), or build your own connector ...)
22
+
- Start a new project from scratch easily with `create-typink` cli.
22
23
- Support multiple networks, lazily initialize when in-use.
23
24
- ... and more to come
24
25
@@ -37,18 +38,21 @@ pnpm add typink dedot
37
38
38
39
Typink heavily uses Typescript to enable & ensure type-safety, so we recommend using Typescript for your Dapp project. Typink will also work with plain Javascript, but you don't get the auto-completion & suggestions when interacting with your ink! contracts.
39
40
40
-
### Configure your project
41
+
### Starting a new project from scratch
41
42
42
-
> [!NOTE]
43
-
>
44
-
> **Starting a new project from scratch?**
45
-
>
46
-
> Try out the prerelease of typink dapp template: https://github.com/dedotdev/typink-dapp-template.
47
-
>
48
-
> Clone the repo & have fun!
43
+
Typink comes with a cli to help you start a new project from scratch faster & easier, to create a new project, run the below command:
0 commit comments