Skip to content

Kehinde-Crypto/HealthChain

Repository files navigation

Foundry

Foundry is a blazing fast, portable and modular toolkit for Ethereum application development written in Rust.

Foundry consists of:

  • Forge: Ethereum testing framework (like Truffle, Hardhat and DappTools).
  • Cast: Swiss army knife for interacting with EVM smart contracts, sending transactions and getting chain data.
  • Anvil: Local Ethereum node, akin to Ganache, Hardhat Network.
  • Chisel: Fast, utilitarian, and verbose solidity REPL.

Documentation

https://book.getfoundry.sh/

Usage

Build

$ forge build

Test

$ forge test

Format

$ forge fmt

Gas Snapshots

$ forge snapshot

Anvil

$ anvil

Deploy

$ forge script script/Counter.s.sol:CounterScript --rpc-url <your_rpc_url> --private-key <your_private_key>

Cast

$ cast <subcommand>

Help

$ forge --help
$ anvil --help
$ cast --help

THE FLOW CHAT FOR THE HEALTHCHAIN PROJECT

https://lucid.app/lucidchart/110bc867-4d1f-4cee-b3cb-01d6405feecd/edit?invitationId=inv_586c0a15-bc63-495f-b892-99b36304f371&page=0_0#

The FRONTEND THE SUPPLY CHAIN PROJECT

https://www.figma.com/make/0GmRuZjDcugYZ5bABMohdy/Decentralized-Supply-Chain-DApp?node-id=0-1&p=f&t=7tPY7GsTcUJQnfSu-0&fullscreen=1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •