Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ripio/criptodolar
https://github.com/ripio/criptodolar
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/ripio/criptodolar
- Owner: ripio
- Created: 2023-07-14T22:59:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-29T14:18:53.000Z (about 1 year ago)
- Last Synced: 2024-11-08T22:45:09.453Z (about 2 months ago)
- Language: JavaScript
- Size: 188 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Criptodolar (UXD)
Welcome to the official repository of Criptodolar, an open-source project aimed at creating a stablecoin on the LaChain blockchain platform. This stablecoin project, named Criptodolar and tagged as UXD, is issued by Ripio.
Criptodolar is an initiative to provide an inflation-resistant monetary system to Latin America. By creating a low-cost, easy-to-transfer, stablecoin, we aim to help protect Latin American populations from the financial instability caused by inflation. Our objective is to empower them to manage and grow their financial resources in a safe and predictable manner.
Learn more at [criptodolar.com](https://www.criptodolar.com/)
## Key Features
- USD Stablecoin with ticker UXD
- Issued on the LaChain blockchain
- Low-cost transfers and payments
- Protection against inflation## Getting Started
To get started with the Criptodolar project, clone the repository and install the dependencies:
```bash
git clone https://github.com/ripio/criptodolar.git
cd criptodolar
npm install
```### Prerequisites
- Node.js (v14.0.0 or higher)
- npm (v6.14.0 or higher)## Development
Criptodolar smart contracts are written in Solidity and the codebase uses Hardhat as a development environment. This allows for a streamlined and consistent workflow that encourages best practices when working with contract code.
To compile the smart contracts, use the Hardhat's `compile` task:
```bash
npx hardhat compile
```## Testing
To run the tests:
```bash
npx hardhat test
```## Deployment
After you've tested the contract, you can prepare it for deployment:
```bash
npx hardhat run scripts/deploy.js --network
```## License
Criptodolar is released under the [MIT License](LICENSE).
## Contact
For any issues, suggestions, or general feedback, please feel free to contact the security team at [email protected].
## Disclaimer
Please note that using UXD involves certain risks. This software is provided “as is”, without any representation or warranty of any kind. Always ensure you have understood the associated risks before using any financial tools.