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

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

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