Skip to content

Commit 3a6e72c

Browse files
Merge pull request #49 from KristiforMilchev/Adding-Readme
Adding readme
2 parents 07394f6 + 760f973 commit 3a6e72c

File tree

1 file changed

+99
-0
lines changed

1 file changed

+99
-0
lines changed

README.md

Lines changed: 99 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,99 @@
1+
![](https://ckeditor.com/apps/ckfinder/userfiles/files/logo.png)
2+
3+
##
4+
 
5+
6+
### **What is a SYNC Wallet ?**
7+
8+
SYNC Wallet is a cold stored wallet which is compatible with all EVM blockchains. It's easy to integrate and provides security and it’s built for privacy.  Using the SYNC wallet, users can move and trade coins/tokens in a safe environment, retaining access to their private key which are stored on their devices.   
9+
10+
![](https://33333.cdn.cke-cs.com/kSW7V9NHUXugvhoQeFaf/images/4c71394546844cb06265f25f4d8ee1d08237f632dd8c215b.png)
11+
12+
### Compatible devices ?
13+
14+
SYNC Wallet can be installed on any chipset and is compatible with atmega328, which can be found on Amazon or your local provider with an easy to install using guides in the repository. By choosing to use your own chipset, you know for certain that the device is not compromised by any kind. 
15+
16+
**List of devices:**
17+
18+
* Leonardo
19+
       
20+
* Mega1284
21+
       
22+
* Mega2560
23+
      
24+
* Micro
25+
 
26+
* NanoR2
27+
 
28+
* NanoR3
29+
 
30+
* UnoR3
31+
32+
### **How to install ?**
33+
34+
You can install the device as the following steps: 
35+
 
36+
37+
* Download SYNC Wallet  
38+
* Install the program  
39+
* Connect your compatible device.  
40+
* Chose the right model from the dropdown  
41+
* Create or import a wallet. 
42+
43+
### **How to use ?**
44+
45+
SYNC Wallet is easy to navigate, you can send and receive transactions and you have the option to add custom tokens to a cold storage wallet.
46+
47+
![](https://33333.cdn.cke-cs.com/kSW7V9NHUXugvhoQeFaf/images/032ef290afcbb7b9df0d34ee593371bf19cc83aff279c156.png)
48+
49+
### How to send transactions ?
50+
51+
To send a transaction you just need to select a token from the list of tokens in the wallet. Add the receiver address, choose the amount you want to send, approve the transaction with your Personal PIN code. 
52+
 
53+
54+
![](https://33333.cdn.cke-cs.com/kSW7V9NHUXugvhoQeFaf/images/0b56a7a790bb113f706743c5170442cf22c26f33c69c2d7c.png)
55+
56+
How to receive a token ?
57+
 
58+
59+
To receive a transaction, you need to click on your wallet address on the top, and you need to send the address to the person that’s sending the tokens. (If you are receiving a custom token that is not on our official list, please make sure you add it to view the value using the import token functionality)  
60+
 
61+
62+
### How to add a custom token?
63+
64+
To add a custom token, go to the import token, set the contract address, if the symbol and decimals do not load automatically. You will need to add them manually. 
65+
66+
![](https://33333.cdn.cke-cs.com/kSW7V9NHUXugvhoQeFaf/images/ecb1d8fcf3f1cb3ea7bb21e7cbc03ec2b431da73274ec4ac.png)
67+
68+
###
69+
70+
How to add EVM compatible network ?
71+
 
72+
73+
Click on to add a new network set the RPC endpoint, Network Name, Chain ID, Symbol and block explorer.
74+
75+
![](https://33333.cdn.cke-cs.com/kSW7V9NHUXugvhoQeFaf/images/19bfcdc21e4e375eb2ee7f7df63e407f47d92ec5b8d6f023.png)
76+
77+
### How to compile from source ?  
78+
79+
Prerequisites:  
80+
81+
* The solution is built on the latest stable release of .Net MAUI, as of the last update on the readme file It’s still in preview, so you will either need to download it as a CLI you can follow the guide on this page for reference of installing .Net MAUI. 
82+
* [.NET MAUI with .NET CLI (Command Line Interface). (mauiman.dev)](https://mauiman.dev/maui_cli_commandlineinterface.html) 
83+
84+
If you don’t want to hassle with installing the CLI version yourself, you can install it from Visual Studio installer
85+
86+
Compiling: 
87+
88+
* Windows => dotnet publish -f net6.0-windows10.0.19041.0 -c Release 
89+
* Mac => dotnet build -f:net6.0-maccatalyst -c:Release 
90+
* Android Device => dotnet publish -f:net6.0-android -c:Release 
91+
 
92+
93+
You can download latest version from the repository LincSync products page for free: 
94+
95+
https://linksync.tech/Products 
96+
97+
If you find my software beneficial, please consider buying me a coffee. Thanks! 
98+
99+
0xD3588f5f95F77eceF3c0e572B4dcfEb867711813 – Crypto

0 commit comments

Comments
 (0)