Go to file
Mitja Belak 07f6b3cefe
Some checks failed
CI / Foundry project (push) Waiting to run
CI / Foundry project (pull_request) Has been cancelled
Merge branch 'main' into dao-inegration
2024-10-27 12:00:24 +01:00
.github/workflows chore: forge init 2024-10-18 13:26:28 +02:00
app Merge branch 'main' into dao-inegration 2024-10-27 12:00:24 +01:00
broadcast/RaidGeld.s.sol Allows withdrawal of DAO tokens back to owner() account 2024-10-27 11:52:26 +01:00
lib forge install: openzeppelin-contracts 2024-10-18 14:50:51 +02:00
script constructor 2024-10-25 22:37:40 +02:00
src Merge branch 'main' into dao-inegration 2024-10-27 12:00:24 +01:00
test Merge branch 'main' into dao-inegration 2024-10-27 12:00:24 +01:00
.gas-snapshot Connected wagmi to contract, changed Geld -> RaidGeld and minor contract changes 2024-10-22 13:36:49 +02:00
.gitignore gitignore fuckery 2024-10-24 14:58:10 +02:00
.gitmodules forge install: openzeppelin-contracts 2024-10-18 14:50:51 +02:00
deploy_contract.sh Added Marhing people up the road but they lag the hell out of the app 2024-10-23 16:40:53 +02:00
foundry.toml chore: forge init 2024-10-18 13:26:28 +02:00
README.md Allows withdrawal of DAO tokens back to owner() account 2024-10-27 11:52:26 +01:00
remappings.txt Added remappings 2024-10-18 14:55:06 +02:00

SLAY THE MOLOCH

Idle game & shitcoin advanture dedicated to cohort VII of Raid Guild.

Set up for local DEV

1. Run anvil to setup local RPC as a fork of base mainnet

anvil --block-time 5 --rpc-url <you'r base mainnet rpc url>

You can get a free rpc url by registering with https://alchemy.com and creating and app

2. Deploy contract

Either use ./deploy_contract.sh script (!! change contract values and set private key to $DEV_PRIVATE_KEY for it to work) or call those things by hand.

3. Run dev app

Move to app dir, install deps via npm install and run npm run dev to start the dev server.

3. 1. Point Metamask to Anvil network for local dev

3. 2. Change app/contract_address.ts to match your program address if needed

4. Fork tests

forge test --rpc-url