Skip to content

a00012025/erc6551-gnosis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

POAP EX

POAP EX is the final puzzle piece, ingeniously filling the gap in the POAP ecosystem and bringing the POAP economic system to its ultimate perfection

Contract

forge build
forge test
forge create --rpc-url $RPC_URL --private-key $PRIVATE_KEY src/ERC6551Registry.sol:ERC6551Registry
forge create --rpc-url $RPC_URL --private-key $PRIVATE_KEY src/ExampleERC6551Account.sol:ExampleERC6551Account
cast send --value 0 --rpc-url $RPC_URL --chain 100 --etherscan-api-key $GNOSISSCAN_API_KEY --private-key $PRIVATE_KEY $REGISTRY_ADDRESS "createAccount(address,uint256,address,uint256,uint256,bytes)" $IMPLEMENTATION_ADDRESS 100 $CONTRACT_ADDRESS $TOKEN_ID 0 ""

Contract Address

Frontend

pnpm install
pnpm run dev