kungdevz / shared-wallet

Learning to developer Solidity code with truffle and openzeppelin tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DApp - Share wallet

The objective of this project is self-study. "How to develop smart contract with solidity, in common daily usecase.", I write the basic smart contract's "SharedWallet" that can use as real case below.


💡 Allowance money for Children per day/week/month to be able to spend a certain amount of funds.
💡 Employers give employees an allowance for their travel expenses.

Commands:

Compile: truffle compile Migrate: truffle migrate Test contracts: truffle test Test dapp: cd client && npm test Run dev server: cd client && npm run start Build for production: cd client && npm run build

About

Learning to developer Solidity code with truffle and openzeppelin tools

License:MIT License


Languages

Language:JavaScript 72.8%Language:Solidity 12.1%Language:HTML 10.9%Language:CSS 4.3%