diff --git a/public/assets/projects/go+.png b/public/assets/projects/go+.png new file mode 100644 index 0000000..46883e0 Binary files /dev/null and b/public/assets/projects/go+.png differ diff --git a/public/assets/projects/owlx.png b/public/assets/projects/owlx.png new file mode 100644 index 0000000..4c057fe Binary files /dev/null and b/public/assets/projects/owlx.png differ diff --git a/public/assets/projects/photon.png b/public/assets/projects/photon.png new file mode 100644 index 0000000..cc33953 Binary files /dev/null and b/public/assets/projects/photon.png differ diff --git a/public/assets/projects/secure3.png b/public/assets/projects/secure3.png new file mode 100644 index 0000000..92af904 Binary files /dev/null and b/public/assets/projects/secure3.png differ diff --git a/src/app/components/Resources.js b/src/app/components/Resources.js index 1c583ab..4aac5d7 100644 --- a/src/app/components/Resources.js +++ b/src/app/components/Resources.js @@ -36,6 +36,24 @@ export default function Resources() { updateButtons() }, []) + const addNeoXToMetaMask = () => { + window.ethereum.request({ + method: 'wallet_addEthereumChain', + params: [{ + chainId: '0xBA93', // Replace with actual Neo X Mainnet chain ID + chainName: 'Neo X Mainnet', + nativeCurrency: { + name: 'GAS', + symbol: 'GAS', + decimals: 18 + }, + rpcUrls: ['https://mainnet-1.rpc.banelabs.org'], + blockExplorerUrls: ['https://xexplorer.neo.org/'] + }] + }).catch((error) => { + console.log(error) + }) + } return (
@@ -48,8 +66,16 @@ export default function Resources() {

Find resources that will help you navigate, use, and build on the Neo X network.

-
- +
+ + Go to Docs
diff --git a/src/app/data/projects.json b/src/app/data/projects.json index a17eb93..0c442b6 100644 --- a/src/app/data/projects.json +++ b/src/app/data/projects.json @@ -385,9 +385,85 @@ } ], "tags": [ - "Audit" + "Security" ], "networks": [], "description": "BlockSec is a full-stack blockchain security service provider. It was founded by top-notch security researchers and experienced experts from academia and industry." + }, + { + "icon_url": "/assets/projects/owlx.png", + "title": "OwlX", + "links": [ + { + "title": "Website", + "url": "https://www.owlx.ai/#Home" + }, + { + "title": "Twitter/X", + "url": "https://x.com/OwlX_ai" + } + ], + "tags": [ + "Data Aggregator" + ], + "networks": [], + "description": "Owlx Is A Blockchain Analytics Platform That Empowers You To Create A Wallet, Fund It, Discover New Tokens, Perform Your Due Diligence And Trade Any Asset Across Multiple Chains." + }, + { + "icon_url": "/assets/projects/photon.png", + "title": "Photon", + "links": [ + { + "title": "Website", + "url": "https://photonchain.io/" + }, + { + "title": "Twitter/X", + "url": "https://x.com/Photon_Labs" + } + ], + "tags": [ + "Dex" + ], + "networks": [], + "description": "Photon aims to drive the bitcoin ecosystem into its next progressive phase. With a mission to leverage a modular layer 2 stack, we are dedicated to scaling Bitcoin's functionality to enable a rich landscape of decentralised applications (dApps) that seamlessly integrate with the Bitcoin network." + }, + { + "icon_url": "/assets/projects/secure3.png", + "title": "Secure3", + "links": [ + { + "title": "Website", + "url": "https://www.secure3.io/" + }, + { + "title": "Twitter/X", + "url": "https://x.com/secure3io" + } + ], + "tags": [ + "Security" + ], + "networks": [], + "description": "Secure3 is a battlefield where elite auditors compete to safeguard Web3 innovations against security threats." + }, + { + "icon_url": "/assets/projects/go+.png", + "title": "Go+", + "links": [ + { + "title": "Website", + "url": "https://gopluslabs.io/" + }, + { + "title": "Twitter/X", + "url": "https://x.com/GoplusSecurity" + } + ], + "tags": [ + "Security" + ], + "networks": [], + "description": "GoPlus is revolutionizing Web3 user security through its permissionless and user-driven User Security Network, which provides comprehensive protection across the entire user transaction lifecycle." } ] \ No newline at end of file