Skip to content

Library of smartcontract designed by the RarityExtended team for Rarity

Notifications You must be signed in to change notification settings

Rarity-Extended/rarity_extended_lib

Repository files navigation

Rarity Extended Lib

Hello to the world of Rarity Extended!
Here, you will be able to find our most recent additions to the game. Theses additions can take various forms, from new items to new abilities to new enemies, or simply to helpers or facilitators.
Here is the architecture for the repo:

RarityExtended/
├── README.md
├── package.json                            # The dependencies
├── hardhat.config                          # The default config for hardhat
├── .env                                    # The environment variables
├── contracts/
│   ├── dummies/                            # Dummy versions of different contracts, used for testing only
│   ├── interfaces/                         # All shared interfaces
│   ├── rarity_extended_xxx/                # One of your library element
│   └── rarity_extended_yyy/                # Another library element
├── scripts/
│   ├── _deploy_template.js                 # File to use as template for our deploy scripts
│   ├── deploy_rarity_extended_xxx.js       # Script to deploy our xxx library element
│   └── deploy_rarity_extended_yyy.js       # Script to deploy our yyy library element
├── test/
│    ├── _test_template.js                  # File to use as template for our tests files
│    ├── _test_utils.js                     # Set of functions to use for our tests
│    ├── tests_rarity_extended_xxx.js       # Script to test our xxx library element
└── core/                                   # Core contracts of Rarity Manifested (Work by Andre Cronje)

Docs

About

Library of smartcontract designed by the RarityExtended team for Rarity

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published