Skip to content

warp-contracts/smartweave-loot

Repository files navigation

smartweave-loot

Link to live app

Visit loot.redstone.finance

Description

A simple LOOT-like contract, which allows to generate and transfer different magical assets, like for example black silver sword or blue gold crown. Each asset will be unique and can belong to only one wallet at a time.

Initially there are no generated assets, but users will be able to generate and claim them. Users also will be able to transfer their assets to others.

🧑‍💻 Implementation guide

Check out the code explanation and getting started guide here

🙋‍♂️ Need help?

Please feel free to contact us on Discord if you have any questions.

Project setup

yarn

Compiles and hot-reloads for development

yarn serve

Run contract tests

yarn test:contracts

Run your end-to-end tests

yarn test:e2e