Skip to content

Brick Towers Ethereum Smart Contracts

License

Notifications You must be signed in to change notification settings

bricktowers/ethereum-contracts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Brick Towers Ethereum Smart Contracts

Overview

This repository hosts the Solidity smart contracts for Brick Towers digital asset services on Ethereum blockchain. These contracts are integral to our platform, enabling secure, efficient, and transparent digital asset transactions.

Repository Structure

The repository is organized into multiple folders, each representing a distinct smart contract. Below is an overview of the folder structure:

Usage

Each contract folder contains the following:

  • contracts - A directory with Solidity contract files.
  • migrations - A directory with deployment script.
  • test - A directory with test scripts for contract validation.
  • README.md - Specific instructions and details about the contract.

To deploy or interact with these contracts, follow the instructions in the individual README.md files in each contract folder.

These smart contracts are released under MIT license. See the LICENSE file for more details.