Skip to content

berzanorg/thedaks-contract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

TheDaks Smart Contract

This is the smart contract of TheDaks on Monad Testnet.

If you want to deploy the contract, you can follow the instructions below.

TheDaks

Instructions

Before starting you should make sure that you have Git and Foundry installed on your computer.

Clone the repository:

git clone https://github.com/berzanorg/thedaks-contract.git

Change the directory:

cd thedaks-contract/

Build the contract:

forge build

Run the tests:

forge test

Deploy:

forge script script/TheDaks.s.sol --rpc-url https://testnet-rpc.monad.xyz/ --broadcast --private-key <UR-PRIVATE-KEY>

Project Structure

Inside of your Foundry project, you'll see the following folders and files:

β”Œβ”€β”€ script
β”‚   └── TheDaks.s.sol
β”œβ”€β”€ src
β”‚   └── TheDaks.sol
└── test
    └── TheDaks.t.sol

About

The smart contract of TheDaks on Monad Testnet.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published