Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fsobh/open-rpg
Up to data Smart contracts for Open RPG
https://github.com/fsobh/open-rpg
Last synced: about 2 months ago
JSON representation
Up to data Smart contracts for Open RPG
- Host: GitHub
- URL: https://github.com/fsobh/open-rpg
- Owner: fsobh
- Created: 2022-01-31T15:24:31.000Z (almost 3 years ago)
- Default Branch: Beta
- Last Pushed: 2022-01-31T15:53:57.000Z (almost 3 years ago)
- Last Synced: 2024-02-07T15:45:36.045Z (12 months ago)
- Language: Solidity
- Size: 13.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Roadmap: ROADMAP.md
Awesome Lists containing this project
README
[![Solidity](https://img.shields.io/badge/Solidity-%5E0.8.7-red)](https://img.shields.io/badge/Solidity-%5E0.8.7-red) [![JavaScript](https://img.shields.io/badge/JavaScript-ES9-%23FFFF00)](https://img.shields.io/badge/JavaScript-ES9-%23FFFF00) [![Node](https://img.shields.io/badge/NodeJS-v10.16.2-brightgreen)](https://img.shields.io/badge/NodeJS-v10.16.2-brightgreen) [![React](https://img.shields.io/badge/ReactJS-v17.0-%2361DBFB)](https://img.shields.io/badge/ReactJS-v17.0-%2361DBFB) [![Ethereum](https://img.shields.io/badge/Ethereum-main--net-%23ecf0f1)](https://img.shields.io/badge/Ethereum-main--net-%23ecf0f1) [![Rinkeby](https://img.shields.io/badge/Rinkeby-test--net-%23FFA500)](https://img.shields.io/badge/Rinkeby-test--net-%23FFA500) [![Web3](https://img.shields.io/badge/Web3-1.3.5-green)](https://img.shields.io/badge/Web3-1.3.5-green) [![Ethers](https://img.shields.io/badge/Ethers-5.1.3-%239370DB)](https://img.shields.io/badge/Ethers-5.1.3-%239370DB) [![HardHat](https://img.shields.io/badge/Hardhat-compiler-red)](https://img.shields.io/badge/Hardhat-compiler-red)
---
## Open RPG is Live on Rinkeby at : https://beta.openrpg.link/
OpenRPG is a system for blockchain based videogame items (as Non-Fungible Tokens) based on the classic archetypes of everyone’s favorite tabletop fantasy role-playing-games. Join our adventure into the Meta-verse today!
##### (This is a fraction of the project. The rest may be open sourced after launch on mainnet)
**Installation Instructions:**
***Solidity*** :
-----------------------------------
###### 1. `cd Blockchain`###### 2. Run `npm install`
###### 3. Create a `.env` file in the root directory of this code portion (/Blockchain) and paste your wallets Private Key. (MAKE SURE ITS INCLUDED IN .gitignore before pushing)
###### 4. MAKE SURE YOUR WALLET HAS ETH IN IT ON RINKEBY NETWORK ; USE THE [Rinkeby Eth Faucet](https://faucets.chain.link/rinkeby) TO GET FREE TEST ETH
###### 5. Run `npx hardhat run --network rinkeby scripts/deploy.js` to deploy the smart contarct to Test net
--------------------------------------