LinkTrue unifies your crypto links and wallet addresses on a single page, making it easier to receive crypto donations and tips securely and efficiently.
Third-party bio link services seem convenient, but they control your data. You can’t verify their security, and your data might change without your knowledge.
LinkTrue ensures data integrity—your data remains under your control, tied to your wallet, and securely stored on the Avalanche C-Chain, preventing tampering.
LinkTrue operates on the Avalanche C-Chain, reducing costs while retaining the robust security and decentralization benefits of the Avalanche network.
This contract has no owner; all users are their own profile owners. Only they can add or remove their profile data.
Install required packages:
yarn run prepare
yarn run test
## Coverage
```sh
yarn run coverage
----------------|----------|----------|----------|----------|
File | % Stmts | % Branch | % Funcs | % Lines |
---|---|---|---|---|
contracts/ | 100 | 100 | 100 | 100 |
ILinkTrue.sol | 100 | 100 | 100 | 100 |
LinkTrue.sol | 100 | 100 | 100 | 100 |
---------------- | ---------- | ---------- | ---------- | ---------- |
All files | 100 | 100 | 100 | 100 |
---------------- | ---------- | ---------- | ---------- | ---------- |
Let me know if you need any more changes!