Huma Finance EVM contracts
🏠 Homepage
✨ Demo
Prerequisites: You need node.js v16+ and yarn installed.
git clone https://github.com/00labs/huma-contracts
cd huma-contracts
yarn install
yarn compile
yarn test
To lint
yarn lint-solidity
Put DEPLOYER
, GOERLI_URL
and PROXY_OWNER
in .env
.
yarn hardhat run --network goerli deployment/deploy-goerli.js
yarn hardhat run --network goerli deployment/init-goerli.js
Deployed contract addresses are in deployment/goerli-deployed-contracts.json
.
Put DEPLOYER
, GOERLI_URL
and PROXY_OWNER
in .env
.
yarn hardhat run --network goerli deployment/upgrade-goerli-receivable-factoring-pool.js
yarn hardhat run --network goerli deployment/run-goerli.js
yarn hardhat run --network goerli deployment/verify-goerli-receivable-factoring-pool.js
- Twitter: @humafinance
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Give a ⭐️ if this project helped you!
This project is AGPL v3 licensed.
This README was generated with ❤️ by readme-md-generator