- Notifications
You must be signed in to change notification settings - Fork3
The HEART token is an ERC20 governance token for directing the flow of social impact resources from HeartRithm crypto quant fund
License
heartrithm/heart_token
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
The HEART ERC20 governance token was created for directing the flow of social impact resources fromHeartRithm's regenerative engine for social impact. Token holders will be able to submit philanthropic projects to be considered for voting, and then vote on the allocation of social impact funding. Learn more atwww.heartrithm.com/heart-token.
HeartRithm turns code into money in the cryptocurrency ecosystem. We use a combination of algorithmic trading, automated code robots, and other internal platforms for optimizing yield and generating alpha.
HeartRithm aims to be a "regenerative engine for social impact" by scaling up to 50% of our revenues to be driven to social impact causes.
- We useOpenZeppelin's standard libraries for ERC20 functionality, version 4.2
- We also use OpenZeppelins implementation of ERC20Votes was use for the governance functionality
- We chose to use the "COMP" compatible version, ERC20VotesComp, to be be compatible with industry tooling
Python
- Set up the python virtual env of your choice. Tested with Python 3.9
pip install -r requirements-dev.txt
- Set up git pre-commit hooks with
pre-commit install
Node/Ganache
- Install node / npm (vianvm recommended)
- Installganache for a local blockchain (
npm install -g ganache-cli
)
Install prettier withnpm install -g prettier prettier-plugin-solidity
prettier --write $Contract.sol
Install solhint withnpm install -g solhint
solhint $Contract.sol
We usebrownie for python based smart contract development, testing, and deployment
Run tests withbrownie test
About
The HEART token is an ERC20 governance token for directing the flow of social impact resources from HeartRithm crypto quant fund