Home

Awesome

Guildly Contracts

An implementation for having guilds for on-chain games on Starknet.

Disclaimer: This code is not intended for production use and has not been audited or tested thoroughly

Description

The purpose of this project is to create a multi owner guild where players can share the game assets between eachother. The guild is token gated, a certificate is minted to identify roles, tokens you own etc.

Instructions

In order to create a guild follow these steps:

Testing

Some tests have been created in snforge. You can run scarb test to run them in the main directory.

TODO