Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lakshyabatman/shared-wallet

Practice project in solidity
https://github.com/lakshyabatman/shared-wallet

Last synced: about 2 months ago
JSON representation

Practice project in solidity

Awesome Lists containing this project

README

        

## Shared Wallet Solidity

- Simple wallet where owner can add allowances with limit ( making sure the limit doesn't exceed balance of the contract).
- User and Beneficiary can send ether to addresses.

### This small project is just to keep track of my progress.