Built at NEAR MetaBUILD Hackathon

DECK: Slide Deck
Youtube Demo Here An RPG dungeon game wherein the player has to enconter and fight monsters who are guarding chests, and gain loot in ERC-20 DGN (in-game) token (Dungeon Token).
The player has to finally unlock the locked gates by seeking the keys to the token-gate who is locked inside a wall in the dungeon and ultimately defeat the the evil angel who possesses the ultimate key to the Aurora NFT. Once the user collect the Aurora NFT collectible, an NFT is minted to your NFT-Trophy Gallery. These NFTs are verifiably provable and powered by random number generators, which gives them random attributes on-chain.
Elio Jordan Lopes https://twitter.com/ElioOnCelo
- TG: @ElioOnCelo
- Discord : devELIOper#4870
nftaddress = "0x5c089556FA8814E4A7065188C6bc33FFB6274cA1"
Verify Here on Aurora Testnet Explorer on Near Blockchain
nftmarketaddress ="0x19e741b2d04cd79E1e163cFE7027b02A2B8A6EE5"
Verify Here on Aurora Testnet Explorer on Near Blockchain
- To have an in-game DEX, to allow users to swap other tokens on Aurora to DGN token
- In game marketplace to allow users to buy and sell NFT characters and game potions and equip the same in further levels.
- 1v1 gameplay between two warriors by staking tokens and fighting for the stake
- Ability to craft Rare NFTs, by on-chain XP, that is attained while playing the levels.
- Genesis NFT minting event through a mystery box sale, based on character rarity.
- The game is built on Phaser.
- The app is built in React
- IPFS to store NFT metadata
- We deploy our contracts to Near Auora TestNet.
- Random Attributes are generated using a random generator on Aurora Testnet
- Web3 JS is used to interact with the smart contract ABI while emitting in-game events.
- Near Aurora Blockchain provides the perfect platform to build games due to its scalability and robust infrastructure, and moreover low gas fees..
Contract Addresses:
- Token Address Dungeon Token $DGN on Aurora TestNet:
0x0522a16271503069a92E3811E868dD3A3cADF752View here: Aurora Explorer
https://github.com/lopeselio/Aurora-Quest-Marketplace
This is the place to shop your game assets using the DGN game token and later use these to equip the purchased heroes inside the dungeon based AuroraQuest Game on the NEAR Aurora Testnetwork. You can obtain DGN (Game Native Token) token by swapping an equivalent amount of Aurora Rinkeby ETH on the swap inside our Metaverse.
nftaddress = "0x5c089556FA8814E4A7065188C6bc33FFB6274cA1"
Verify Here on Aurora Testnet Explorer on Near Blockchain
nftmarketaddress ="0x19e741b2d04cd79E1e163cFE7027b02A2B8A6EE5"
Verify Here on Aurora Testnet Explorer on Near Blockchain
Refer to hardhat.config.js:
module.exports = { networks: { testnet_aurora: { url: 'https://testnet.aurora.dev', accounts: [0x${AURORA_PRIVATE_KEY}], chainId: 1313161555, gasPrice: 120 * 1000000000 }, }, solidity: "0.8.4", mocha: { timeout: 600000 } };














