Skip to content

OCTOplace/contracts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Octoplace Contracts Repository

Welcome to the Octoplace Contracts repository! This repository contains all the smart contracts that are being used in the Octoplace project. These contracts are written in the Solidity programming language and are an integral part of our decentralized application.

Overview

  • Solidity Contracts: The contracts in this repository are implemented in Solidity, a popular programming language for Ethereum smart contracts.

  • Hardhat Tooling: We use Hardhat, a powerful development environment and tool suite for Ethereum, for building, testing, and deploying our contracts. It simplifies the smart contract development process and makes it easier to manage the development lifecycle.

Getting Started

If you want to contribute, deploy, or interact with the Octoplace contracts, follow these steps:

  1. Clone this Repository:

    git clone https://github.com/octoplace/contracts.git
    cd contracts
    
  2. Install Dependencies:

    npm install
    
  3. Compile Contracts:

    npx hardhat compile
    
  4. Deploy Contracts:

    Example Command

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

Contract Descriptions

View Contract Documentation on Confluence

Feel free to explore the contracts in more detail by checking the respective source code files.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •