Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adibas03/crypto-will
Dead man's switch implementation in the Crypto world, will be connected to EAC (Ethereum alarm clock): https://adibas03.github.io/crypto-will
https://github.com/adibas03/crypto-will
crypto cryptocurrency dead ethereum man switch testament will
Last synced: 13 days ago
JSON representation
Dead man's switch implementation in the Crypto world, will be connected to EAC (Ethereum alarm clock): https://adibas03.github.io/crypto-will
- Host: GitHub
- URL: https://github.com/adibas03/crypto-will
- Owner: adibas03
- Created: 2018-05-02T19:36:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-23T21:58:35.000Z (almost 2 years ago)
- Last Synced: 2024-08-02T15:53:48.135Z (4 months ago)
- Topics: crypto, cryptocurrency, dead, ethereum, man, switch, testament, will
- Language: JavaScript
- Homepage:
- Size: 6.82 MB
- Stars: 10
- Watchers: 4
- Forks: 1
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Crypto-Will
Crypto-Will is a tool to deploy your personal will on the Ethereum blockchain.
https://adibas03.github.io/crypto-will/You can:
- add beneficiaries,
- delete beneficiaries,
- set their percentage,
- set the Waiting period before the wealth can be disposed
- also reset the Wait timer before allowing disbursement## Contracts
#### Mainnet
#### Ropsten
```
Deployer: 0x8c1bE0Ce03E6cd2Ab8DBAAADe93Ba0d3d57867f6
DeployerLibrary: 0x67A8547AA408fECe8bD6507437A6Ff0aFEDB2e28
```#### Rinkeby
```
Deployer: 0xE64fA3879F97EB0D50BF4157300db0DDb5C27F30
DeployerLibrary: 0xd3CB573e916aFC5435Ec0f9408f1aEFF6a7f990A
```#### Kovan
```
Deployer: 0x0F336C5c2b7EbfC22b47bD5211A43D70ee7A6ab5
DeployerLibrary: 0x395938BB0033F43a99Fb0F61D3ddDfAcC243C78d
```## Tests
To run test, you need to have [ganache-cli](https://github.com/trufflesuite/ganache-cli) or [ganache](https://github.com/trufflesuite/ganache) installed globally using
- start ganache `ganache-cli` in terminal
- run tests from the repo directory `npm run truffle:test`