diff --git a/.env b/.env index 397bc480d8..c962755817 100644 --- a/.env +++ b/.env @@ -9,7 +9,7 @@ SENTRY_PROJECT="" SENTRY_AUTH_TOKEN="" # App name displayed as Title -VITE_APP_NAME="Fractal" +VITE_APP_NAME="Decent" # Alchemy provider API key, used on Mainnet VITE_APP_ALCHEMY_MAINNET_API_KEY="" @@ -49,7 +49,7 @@ VITE_APP_SENTRY_DSN_URL="" VITE_APP_SHUTTER_EON_PUBKEY=0x0e6493bbb4ee8b19aa9b70367685049ff01dc9382c46aed83f8bc07d2a5ba3e6030bd83b942c1fd3dff5b79bef3b40bf6b666e51e7f0be14ed62daaffad47435265f5c9403b1a801921981f7d8659a9bd91fe92fb1cf9afdb16178a532adfaf51a237103874bb03afafe9cab2118dae1be5f08a0a28bf488c1581e9db4bc23ca # index.html and WalletConnect metadata -VITE_APP_SITE_URL="https://app.dev.fractalframework.xyz" +VITE_APP_SITE_URL="https://app.dev.decentdao.org" # WalletConnect Cloud Project ID VITE_APP_WALLET_CONNECT_PROJECT_ID="" diff --git a/.github/CODE_OF_CONDUCT.md b/.github/CODE_OF_CONDUCT.md index fe654804d2..ea5dbfc33e 100644 --- a/.github/CODE_OF_CONDUCT.md +++ b/.github/CODE_OF_CONDUCT.md @@ -60,7 +60,7 @@ representative at an online or offline event. Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at -https://chat.decent-dao.org. +https://chat.decentdao.org. All complaints will be reviewed and investigated promptly and fairly. All community leaders are obligated to respect the privacy and security of the diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 73b6e3e6dc..f46d235fb6 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -1,28 +1,28 @@ -## Contributing to Fractal Interface +## Contributing to Decent Interface ### Submitting an Issue - Some issues may already be reported, please search existing issues before submitting a new one. -- If this is a potential security vulnerability in Fractal, please see our [Security Policy](https://github.com/decent-dao/fractal-interface/blob/HEAD/.github/SECURITY.md) for instructions on privately reporting to our security team. +- If this is a potential security vulnerability in Decent, please see our [Security Policy](https://github.com/decentdao/decent-interface/blob/HEAD/.github/SECURITY.md) for instructions on privately reporting to our security team. -- Otherwise, simply create a new issue and the Fractal development team will respond in a timely manner. Please be as descriptive of the issue as possible. +- Otherwise, simply create a new issue and the Decent development team will respond in a timely manner. Please be as descriptive of the issue as possible. - If looking to contribute a bug fix or feature, please discuss the change via the bug ticket or a new Github issue before submitting a pull request for the greatest likelihood of being accepted. ### Submitting a Pull Request -- Follow our [README](https://github.com/decent-dao/fractal-interface/blob/HEAD/README.md) for instructions on setting up your local environment. +- Follow our [README](https://github.com/decentdao/decent-interface/blob/HEAD/README.md) for instructions on setting up your local environment. - Open a [pull request](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request) with your proposed changes. - Include a link to the relevant GitHub Issue in your description. - If possible, please provide unit or integration tests for your changes. You can see example - automation tests in the [test directory](https://github.com/decent-dao/fractal-interface/tree/HEAD/tests). + automation tests in the [test directory](https://github.com/decentdao/decent-interface/tree/HEAD/tests). - All of your components should be composed of [Chakra UI](https://chakra-ui.com/) base components, using our custom theme. -- A member of the Fractal engineering team will respond with any further discussion or requested changes and once approved +- A member of the Decent engineering team will respond with any further discussion or requested changes and once approved you are free to merge. - We appreciate the collaboration! diff --git a/.github/SECURITY.md b/.github/SECURITY.md index 3bf9e5d8b5..1ae88a26d1 100644 --- a/.github/SECURITY.md +++ b/.github/SECURITY.md @@ -1,12 +1,12 @@ # Security Policy -We at Fractal encourage security researchers to contact us directly and privately to report any potential security vulnerabilities in either our smart contracts or front end code. +We at Decent encourage security researchers to contact us directly and privately to report any potential security vulnerabilities in either our smart contracts or front end code. -If the issue you are reporting is not a security vulnerability, simply [open a new GitHub issue](https://github.com/decent-dao/fractal-interface/issues/new/choose). +If the issue you are reporting is not a security vulnerability, simply [open a new GitHub issue](https://github.com/decentdao/decent-interface/issues/new/choose). ## Reporting a Vulnerability -If you would like to disclose a vulnerability in Fractal, please send a new email to [security@decent-dao.org](mailto:security@decent-dao.org). +If you would like to disclose a vulnerability in Decent, please send a new email to [security@decentdao.org](mailto:security@decentdao.org). Please include the following information in your email: @@ -19,4 +19,4 @@ Please include the following information in your email: If you prefer secure communication, please use the following GPG key: -https://keys.openpgp.org/search?q=security%40decent-dao.org +https://keys.openpgp.org/search?q=security%40decentdao.org diff --git a/.graphclientrc.yml b/.graphclientrc.yml index 437646d2ae..6d40fcdfef 100644 --- a/.graphclientrc.yml +++ b/.graphclientrc.yml @@ -1,5 +1,5 @@ sources: - - name: fractal + - name: decent handler: graphql: endpoint: https://api.studio.thegraph.com/query/{context.subgraphSpace:71032}/{context.subgraphSlug:fractal-mainnet}/{context.subgraphVersion:v0.0.2} diff --git a/LICENSE b/LICENSE index ce8a0d3422..13d1d79e1c 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022 fractal-framework +Copyright (c) 2024 decent Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index c7bcdcc4cf..26c3e6d371 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Fractal Interface +# Decent Interface ## Local Development @@ -41,8 +41,6 @@ The "dev" environment tracks the `develop` branch, "staging" tracks `staging`, a So at any given time, there are effectively three builds out there, and they are publicly accessible and privately configurable within Github: 1. dev site - - url: https://app.dev.fractalframework.xyz -2. staging site - - url: https://app.staging.fractalframework.xyz -3. prod site - - url: https://app.fractalframework.xyz + - url: https://app.dev.decentdao.org +2. prod site + - url: https://app.decentdao.org diff --git a/docs/TRANSLATIONS.md b/docs/TRANSLATIONS.md index 855fb2067d..ac3ee4ac96 100644 --- a/docs/TRANSLATIONS.md +++ b/docs/TRANSLATIONS.md @@ -2,7 +2,7 @@ ### Submitting Language Translations -- Languages we are actively seeking translations for will appear as a [Github Issue](https://github.com/decent-dao/fractal-interface/labels/translation), though we always appreciate other +- Languages we are actively seeking translations for will appear as a [Github Issue](https://github.com/decentdao/decent-interface/labels/translation), though we always appreciate other submissions. If we don't currently support your language, please help us out! - Run the `1_json_to_csv.py` [Python 3](https://www.python.org/downloads/) script with your [2 character ISO language code](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) to get a helpful CSV file of missing strings in your language: @@ -13,7 +13,7 @@ - Add your translations in the last column of the output CSV file. Feel free to improve existing translations! -- When finished translating, run `2_csv_to_json.py` to generate the required `.json` files for the Fractal app: +- When finished translating, run `2_csv_to_json.py` to generate the required `.json` files for the Decent app: ```console python3 2_csv_to_json.py @@ -21,11 +21,11 @@ - Submit a pull request with these changes, as detailed in [CONTRIBUTING.md](../.github/CONTRIBUTING.md). -- We encourage anyone to try cloning the Fractal repo and submitting a PR with translations (you can definitely do it!), however if you get stuck the Fractal team can provide you with a CSV to edit and return to us, simply add your request to the related Github issue. +- We encourage anyone to try cloning the Decent repo and submitting a PR with translations (you can definitely do it!), however if you get stuck the Decent team can provide you with a CSV to edit and return to us, simply add your request to the related Github issue. ### Translation Guidelines -- The app name is Fractal, which is a project of Decent DAO. Unless used as their non product specific meanings (e.g. John is a decent fellow who loves fractals.), these words should not be translated. +- The app name is Decent, which is a project of Decent DAO. Unless used as their non product specific meanings (e.g. John is a decent fellow who loves decent projects.), these words should not be translated. - Content within curly brackets (e.g. `{{count}}`), indicates a variable that is replaced within the app logic, and neither the brackets, nor the content within should be altered. _You may place these bracketed variables anywhere in your translation text_. diff --git a/index.html b/index.html index f77068492c..18c544ea12 100644 --- a/index.html +++ b/index.html @@ -3,33 +3,101 @@
- - - + + + + + + + + + + + + +