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
- USD Stablecoin with ticker UXD
- Issued on the LaChain blockchain
- Low-cost transfers and payments
- Protection against inflation
To get started with the Criptodolar project, clone the repository and install the dependencies:
git clone https://github.com/ripio/criptodolar.git
cd criptodolar
npm install
- Node.js (v14.0.0 or higher)
- npm (v6.14.0 or higher)
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:
npx hardhat compile
To run the tests:
npx hardhat test
After you've tested the contract, you can prepare it for deployment:
npx hardhat run scripts/deploy.js --network <network-name>
Criptodolar is released under the MIT License.
For any issues, suggestions, or general feedback, please feel free to contact the security team at [email protected].
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.