This is the smart contract of TheDaks on Monad Testnet.
If you want to deploy the contract, you can follow the instructions below.
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.gitChange the directory:
cd thedaks-contract/Build the contract:
forge buildRun the tests:
forge testDeploy:
forge script script/TheDaks.s.sol --rpc-url https://testnet-rpc.monad.xyz/ --broadcast --private-key <UR-PRIVATE-KEY>Inside of your Foundry project, you'll see the following folders and files:
βββ script
β βββ TheDaks.s.sol
βββ src
β βββ TheDaks.sol
βββ test
βββ TheDaks.t.sol
