Skip to content

Commit

Permalink
Merge branch 'master' into WOW-9b8f7e-assets-1723292978515
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmultiversx authored Aug 12, 2024
2 parents c7a92bc + db4f89a commit 0416117
Show file tree
Hide file tree
Showing 185 changed files with 7,581 additions and 577 deletions.
12 changes: 12 additions & 0 deletions .github/schemas/accounts-schema.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"type": "object",
"properties": {
"name": {
"type": "string"
}
},
"required": [
"name"
],
"additionalProperties": true
}
4 changes: 4 additions & 0 deletions .github/schemas/identities-schema.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"type": "object",
"additionalProperties": true
}
File renamed without changes.
25 changes: 21 additions & 4 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,14 @@ jobs:
sudo apt install imagemagick-6.q16
- name: Collecting file paths
run: |
echo "FILE_PATHS=$(find ./tokens -type f -name '*info.json' -printf '%p,'| sed 's/,$//' )" >> $GITHUB_ENV
# Collect all JSON files in 'tokens' directories
echo "TOKENS_FILE_PATHS=$(find . -type f -path '*/tokens/*.json' ! -name 'ranks.json' -printf '%p,' | sed 's/,$//')" >> $GITHUB_ENV
# Collect all JSON files in 'accounts' directories
echo "ACCOUNTS_FILE_PATHS=$(find . -type f -path '*/accounts/*.json' -printf '%p,' | sed 's/,$//')" >> $GITHUB_ENV
# Collect all JSON files in 'identities' directories
echo "IDENTITIES_FILE_PATHS=$(find . -type f -path '*/identities/*.json' -printf '%p,' | sed 's/,$//')" >> $GITHUB_ENV
- id: files
uses: jitterbit/get-changed-files@v1
- name: Validate file size
Expand All @@ -35,8 +42,18 @@ jobs:
- name: Validate token existence
run: |
source .github/snippet.sh; validate_token_existence
- name: Validate JSON
- name: Validate tokens JSON
uses: docker://orrosenblatt/validate-json-action:latest
env:
INPUT_SCHEMA: ./.github/schemas/tokens-schema.json
INPUT_JSONS: ${{ env.TOKENS_FILE_PATHS }}
- name: Validate accounts JSON
uses: docker://orrosenblatt/validate-json-action:latest
env:
INPUT_SCHEMA: ./.github/schemas/accounts-schema.json
INPUT_JSONS: ${{ env.ACCOUNTS_FILE_PATHS }}
- name: Validate identities JSON
uses: docker://orrosenblatt/validate-json-action:latest
env:
INPUT_SCHEMA: ./schema.json
INPUT_JSONS: ${{ env.FILE_PATHS }}
INPUT_SCHEMA: ./.github/schemas/identities-schema.json
INPUT_JSONS: ${{ env.IDENTITIES_FILE_PATHS }}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "Boogas",
"description": "A storytelling brand about the Boogas: fun-loving, prehistoric characters that unexpectedly end up in modern times.",
"social": {
"website": "https://boogasofficial.com",
"twitter": "https://x.com/BoogasOfficial",
"whitepaper": "https://x.com/boogasofficial/status/1801132954913038429"
},
"tags": [
"community"
],
"icon": "boogasofficial"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "PeerMe: REPER Marea Britanie",
"description": "Filiala din Marea Britanie a partidului REPER",
"social": {
"website": "https://peerme.io",
"email": "[email protected]",
"twitter": "https://x.com/PeerMeHQ",
"coingecko": "https://www.coingecko.com/en/coins/peerme-super",
"coinmarketcap": "https://coinmarketcap.com/currencies/superciety",
"discord": "https://discord.peerme.io",
"telegram": "https://telegram.peerme.io",
"youtube": "https://www.youtube.com/@peerme",
"github": "https://github.com/PeerMeHQ",
"community": "https://egld.community/projects/PeerMe"
},
"tags": [
"peerme",
"governance",
"dao",
"multisig"
],
"icon": "peerme"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "PeerMe: Identities",
"description": "Manages identities inside PeerMe's ecosystem of DAOs.",
"name": "PeerMe: Identity Module",
"description": "Manages identities inside PeerMe's ecosystem of cryptocompanies, communities and DAOs.",
"social": {
"website": "https://peerme.io",
"email": "[email protected]",
Expand All @@ -13,10 +13,5 @@
"github": "https://github.com/PeerMeHQ",
"community": "https://egld.community/projects/PeerMe"
},
"tags": [
"peerme",
"dao",
"governance",
"identity"
]
}
"tags": ["peerme", "dao", "governance", "identity"]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "Protocol: Spica Governance",
"description": "",
"social": {
"website": "http://multiversx.com",
"twitter": "https://twitter.com/intent/user?screen_name=multiversx",
"telegram": "https://t.me/MultiversX",
"youtube": "https://youtube.com/@MultiversXOfficial",
"github": "https://github.com/MultiversX"
},
"tags": [
"protocol",
"governance"
],
"icon": "multiversx"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "Ta-da : Staking 1 Month",
"description": "One App Infinite Ways To-Earn",
"social": {
"website": "https://ta-da.io/",
"email": "[email protected]",
"twitter": "https://x.com/Ta_da_io",
"coingecko": "https://www.coingecko.com/en/coins/ta-da",
"coinmarketcap": "https://coinmarketcap.com/currencies/ta-da/",
"discord": "https://discord.gg/ta-da",
"telegram": "https://t.me/Ta_da_announcements"
},
"tags": [
"Ta-da"
],
"icon": "tada"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Protocol: Governance",
"name": "Protocol: Vega Governance",
"description": "",
"social": {
"website": "http://multiversx.com",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "PeerMe: Super Agent",
"description": "\ud83d\udd1c a super agent will create this description \ud83e\udde0",
"social": {
"website": "https://peerme.io",
"email": "[email protected]",
"twitter": "https://x.com/PeerMeHQ",
"coingecko": "https://www.coingecko.com/en/coins/peerme-super",
"coinmarketcap": "https://coinmarketcap.com/currencies/superciety",
"discord": "https://discord.peerme.io",
"telegram": "https://telegram.peerme.io",
"youtube": "https://www.youtube.com/@peerme",
"github": "https://github.com/PeerMeHQ",
"community": "https://egld.community/projects/PeerMe"
},
"tags": [
"peerme",
"governance",
"dao",
"multisig"
],
"icon": "peerme"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "The Cursed Land: Seed",
"description": "Vesting TCL Contract",
"social": {
"website": "https://www.thecursedland.com/",
"blog": "https://medium.com/@TheCursedLand",
"twitter": "https://twitter.com/TheCursedLand",
"discord": "https://discord.gg/NAbQ5WChrs",
"whitepaper": "https://whitepaper.thecursedland.com/",
"telegram": "https://t.me/TheCursedLand_Community"
},
"tags": [
"tcl",
"mmorpg",
"thecursedland",
"game",
"play&earn"
],
"icon": "the-cursed-land"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "Valoro: Growth Fund",
"description": "Valoro Growth is crafted for investors aiming to tap into high-potential projects within the MultiversX ecosystem, with a focus on real-world applications and dynamic growth sectors.",
"social": {
"website": "https://valoro.fund/investment-funds/growth",
"twitter": "https://twitter.com/ValoroFund",
"telegram": "https://t.me/valorofund",
"whitepaper": "https://docs.valoro.fund/"
},
"tags": [
"valoro",
"index-fund",
"investment",
"growth"
],
"icon": "valoro"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "JEXchange: JEX-RARE LP",
"name": "JEXchange: RARE-JEX LP",
"description": "",
"social": {
"website": "https://jexchange.io/",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "PeerMe: Bounties",
"name": "PeerMe: Bounty Module",
"description": "Facilitates end-to-end journeys of bounty tasks, from creation to successful completion.",
"social": {
"website": "https://peerme.io",
Expand All @@ -13,9 +13,5 @@
"github": "https://github.com/PeerMeHQ",
"community": "https://egld.community/projects/PeerMe"
},
"tags": [
"peerme",
"bounties",
"p2p"
]
}
"tags": ["peerme", "bounties", "p2p"]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "The Cursed Land: Treasury",
"description": "Vesting TCL Contract",
"social": {
"website": "https://www.thecursedland.com/",
"blog": "https://medium.com/@TheCursedLand",
"twitter": "https://twitter.com/TheCursedLand",
"discord": "https://discord.gg/NAbQ5WChrs",
"whitepaper": "https://whitepaper.thecursedland.com/",
"telegram": "https://t.me/TheCursedLand_Community"
},
"tags": [
"tcl",
"mmorpg",
"thecursedland",
"game",
"play&earn"
],
"icon": "the-cursed-land"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "PeerMe: Tagrity",
"description": "Tag and connect your real-world belongings with MultiversX using NFC technology.",
"social": {
"website": "https://peerme.io",
"email": "[email protected]",
"twitter": "https://x.com/PeerMeHQ",
"coingecko": "https://www.coingecko.com/en/coins/peerme-super",
"coinmarketcap": "https://coinmarketcap.com/currencies/superciety",
"discord": "https://discord.peerme.io",
"telegram": "https://telegram.peerme.io",
"youtube": "https://www.youtube.com/@peerme",
"github": "https://github.com/PeerMeHQ",
"community": "https://egld.community/projects/PeerMe"
},
"tags": [
"peerme",
"governance",
"dao",
"multisig"
],
"icon": "peerme"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "Ta-da : Staking proxy",
"description": "One App Infinite Ways To-Earn",
"social": {
"website": "https://ta-da.io/",
"email": "[email protected]",
"twitter": "https://x.com/Ta_da_io",
"coingecko": "https://www.coingecko.com/en/coins/ta-da",
"coinmarketcap": "https://coinmarketcap.com/currencies/ta-da/",
"discord": "https://discord.gg/ta-da",
"telegram": "https://t.me/Ta_da_announcements"
},
"tags": [
"Ta-da"
],
"icon": "tada"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "AshSwap: XOXNO/LXOXNO Pool",
"description": "",
"social": {
"website": "https://ashswap.io",
"email": "[email protected]",
"blog": "https://medium.com/@ashswap",
"twitter": "https://twitter.com/ash_swap",
"telegram": "https://t.me/ash_swap",
"discord": "https://discord.gg/apmhYCPDbW",
"facebook": "https://www.facebook.com/ashswap.io",
"commmunity": "https://egld.community/projects/ashswap"
},
"tags": ["ashswap", "lending-pool"],
"icon": "ashswap"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "The Cursed Land: Advisors/Team",
"description": "Vesting TCL Contract",
"social": {
"website": "https://www.thecursedland.com/",
"blog": "https://medium.com/@TheCursedLand",
"twitter": "https://twitter.com/TheCursedLand",
"discord": "https://discord.gg/NAbQ5WChrs",
"whitepaper": "https://whitepaper.thecursedland.com/",
"telegram": "https://t.me/TheCursedLand_Community"
},
"tags": [
"tcl",
"mmorpg",
"thecursedland",
"game",
"play&earn"
],
"icon": "the-cursed-land"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "JEXchange: JEX-BEE LP",
"name": "JEXchange: BEE-JEX LP",
"description": "",
"social": {
"website": "https://jexchange.io/",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "E.V Ecosystem: Badge Staking Pool",
"social": {
"website": "https://www.eventivivi.it/nft",
"email": "[email protected]",
"twitter": "https://twitter.com/EVNFTreal",
"instagram": "https://www.instagram.com/evnftreal",
"discord": "https://discord.gg/63w5zDujzA",
"dApp": "https://dapp.eventivivi.it",
"facebook": "https://www.facebook.com/evnftreal",
"telegram": "https://t.me/evnftreal",
"tiktok": "https://www.tiktok.com/@evnftreal",
"whitepaper": "https://e-v-ecosystem.gitbook.io/e.v-ecosystem"
},
"tags": [
"ev",
"nft"
],
"icon": "ev"
}
Loading

0 comments on commit 0416117

Please sign in to comment.