Skip to content

africanbullioncoin/ABC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

African Bullion Coin (ABC)

A decentralized cryptocurrency backed by Africa's vast gold reserves, ensuring stability and transparency in digital financial systems.

African Bullion Coin Logo

Features

  • Gold-Backed Stability: Ensured value tied to African gold reserves.
  • Secure Transactions: Powered by Ethereum blockchain.
  • Global Accessibility: Borderless and inclusive.

Technology Stack

  • Blockchain: Ethereum-based smart contracts.
  • Programming Language: Solidity.
  • Tools: Hardhat, OpenZeppelin libraries.

Installation

Prerequisites

Ensure you have the following installed:

Steps

  1. Clone the repository:

    git clone https://github.com/africanbullioncoin/abc.git
  2. Navigate to the project directory:

    cd abc
  3. Install dependencies:

    npm install
  4. Compile the smart contracts:

    npx hardhat compile
  5. Run tests:

    npx hardhat test
  6. Deploy the contracts to a local blockchain:

    npx hardhat node

    In a separate terminal, run:

    npx hardhat run scripts/deploy.js --network localhost

Usage

Interacting with the Smart Contract

  1. Use Hardhat's console:
    npx hardhat console --network localhost
  2. Interact with the deployed contract using the ABI and address.

Frontend Integration

  • Use the deployed contract's address and ABI in your frontend application.
  • Libraries like web3.js or ethers.js can facilitate interaction with the blockchain.

Contributing

We welcome contributions to the African Bullion Coin project. Please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bugfix:
    git checkout -b feature-name
  3. Commit your changes:
    git commit -m "Add feature description"
  4. Push to your forked repository:
    git push origin feature-name
  5. Submit a pull request to the main branch.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contact

For inquiries, contact us at (mailto:[email protected] ) or visit our official website.


Empowering Africa's digital financial ecosystem through innovation and gold-backed stability.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published