https://github.com/jonath-z/celo-crypto-saving
A decentralized savings bank that enables users to open savings accounts for a variety of purposes deployed on celo testnet
https://github.com/jonath-z/celo-crypto-saving
celo celo-blockchain smart-contracts
Last synced: about 1 year ago
JSON representation
A decentralized savings bank that enables users to open savings accounts for a variety of purposes deployed on celo testnet
- Host: GitHub
- URL: https://github.com/jonath-z/celo-crypto-saving
- Owner: Jonath-z
- License: mit
- Created: 2023-01-13T06:12:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-10T15:29:08.000Z (about 3 years ago)
- Last Synced: 2025-02-07T02:37:42.129Z (over 1 year ago)
- Topics: celo, celo-blockchain, smart-contracts
- Language: TypeScript
- Homepage:
- Size: 1.6 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# celo crypto bank
This project is a decentralized savings bank that enables users to open savings accounts for a variety of purposes, lock those accounts, and withdraw funds all in a completely secure and open environment.
## Technologies
- TypeScript
- Solidity
- hardhat
## Test the contract locally
The contract is deployed to celo test network.
To test the contract locally, follow the following steps:
1.Clone the repository
```sh
git clone https://github.com/Jonath-z/celo-crypto-bank.git
```
2.Install the dependencies
```sh
npm install
```
3.Test the contract
```sh
npm run test
```
## Author
[Jonathan Z](https://github.com/Jonath-z).
## License
MIT Licensed