HORD enables crypto champions to tokenize and monetize their influence, and empowers crypto lovers to evolve from following news and tips to capitalizing on information flow.
- Website: https://hord.app
- Community: https://t.me/hord_app
yarn install
PK=YOUR_PRIVATE_KEY
USERNAME=2key
npx hardhat clean
(Clears the cache and deletes all artifacts)npx hardhat compile
(Compiles the entire project, building all artifacts)
npx hardhat node
(Starts a JSON-RPC server on top of Hardhat Network)npx hardhat run --network {network} scripts/{desired_deployment_script}
npx hardhat flatten
(Flattens and prints contracts and their dependencies)
All deployed addresses and bytecodes can be found inside deployments/contract-addresses.json
file.