Skip to content

Tao1x/smart-contracts

Repository files navigation

Hord.app Smart Contracts

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.

Developer instructions

Instal dependencies

yarn install

Create .env file and make sure it's having following information:

PK=YOUR_PRIVATE_KEY 
USERNAME=2key

Compile code

  • npx hardhat clean (Clears the cache and deletes all artifacts)
  • npx hardhat compile (Compiles the entire project, building all artifacts)

Deploy code

  • npx hardhat node (Starts a JSON-RPC server on top of Hardhat Network)
  • npx hardhat run --network {network} scripts/{desired_deployment_script}

Flatten contracts

  • npx hardhat flatten (Flattens and prints contracts and their dependencies)

Deployed addresses and bytecodes

All deployed addresses and bytecodes can be found inside deployments/contract-addresses.json file.

About

Smart Contracts repository implementing Blockchain protocol for Hord.app

Resources

Stars

Watchers

Forks

Packages

No packages published