Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sinzii authored Feb 1, 2025
1 parent 3cb9192 commit 61d2029
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@ Typink comes with a cli to help you start a new project from scratch faster & ea
npx create-typink@latest
```

Following the instructions, the cli will help you generate a starter & working project ready for you can start integrate your own contracts and build your own logic:

<img width="1919" alt="new-typink-project" src="https://github.com/user-attachments/assets/b10b1366-f97b-41a7-b3e9-97ceb1bd0748" />

> [!IMPORTANT]
> The `create-typink` cli requires NodeJS version >= `v20` to work properly, please make sure to check your NodeJS version.

Following the instructions, the cli will help you generate a starter & working project ready for you can start integrate your own contracts and build your own logic:

<img width="1919" alt="new-typink-project" src="https://github.com/user-attachments/assets/b10b1366-f97b-41a7-b3e9-97ceb1bd0748" />

#### Project folder structure
- `contracts`: ink! contract artifacts & generated types
- `contracts/artifacts`: ink! contract artifacts (.wasm, .json or .contract file)
Expand Down

0 comments on commit 61d2029

Please sign in to comment.