Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HysMagus committed Sep 1, 2022
1 parent 6e0d6a5 commit 78cec6b
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# Gosuto Wallet

## Warning
This version is incompatible with the previous version

## Technologies

Sveltekit + Electron + Tailwindcss
Sveltekit + Electron + Tailwindcss

## Getting Started

Expand Down Expand Up @@ -64,9 +67,3 @@ Owing to the fact that there is no theme initialized in the tailwind files, thes
},
},
```

### Steps to Creating a New IPC Endpoint on Electron

- First create the message handler in the `preload.cjs` file. See the example of the `createWallet` Message.
- Once the message has been registered, we create the function handling it in the `events` directory and create the actual function that requires node integration in the electron directory's `utils` folder.
- Make sure the function is exported using `module.exports` and that all the files created are cjs files.

0 comments on commit 78cec6b

Please sign in to comment.