Code taken from https://github.com/Uniswap/web3-react/tree/main/packages/example-next
- People in less developed countries right now have access to the internet but they do not have access to financial services because of expensive bank fees and lack of infrastructure.
- Giving rural communities access to financial services and forms of identity through the Internet.
- Able to create pseudonymous banking accounts to exchange with one another and form groups (eg. as mini entities/organisations) to track expenses and treasury related manners. Includes lending/borrowing
- Empowers people with all the benefits of coop banking without of drawbacks like centralisation or maintaining a large tally system
-
Add our telegram bot
@decoop_botto your telegram group that you want to start your community fund with. -
Run
/startfor a list of commands. -
Run
/create <fund name>to create a fund. -
Run
/lend <amount>to deposit or lend money into the fund. -
Run
/borrow <amount>to withdraw money from the fund. -
Run
/balance <address>to check your balance. -
Click on the link to connect your wallet.
-
Visit our website at https://decoop.vercel.app/ to see the fund's balance and your transactions.
- Front end is located in this folder
- Contracts are located in
/contracts/ - Our telegram bot is located in
/tele-bot
First, run the development server:
npm run dev
# or
yarn devOpen http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying pages/index.js. The page auto-updates as you edit the file.
API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.js.
The pages/api directory is mapped to /api/*. Files in this directory are treated as API routes instead of React pages.