All Projects → ebakus → Indy Leaderboard

ebakus / Indy Leaderboard

Licence: mit
Example game leaderboard dApp utilizing EbakusDB on Ebakus blockchain

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Indy Leaderboard

Hardhat
Hardhat is a development environment to compile, deploy, test, and debug your Ethereum software. Get Solidity stack traces & console.log.
Stars: ✭ 727 (+605.83%)
Mutual labels:  blockchain, ethereum, smart-contracts
Gdai.io
gDAI - Gas less DAI transfers by using GSN, Fulcrum and KyberNetwork
Stars: ✭ 26 (-74.76%)
Mutual labels:  blockchain, ethereum, smart-contracts
Ethereum Development With Go Book
📖 A little book on Ethereum Development with Go (golang)
Stars: ✭ 754 (+632.04%)
Mutual labels:  blockchain, ethereum, smart-contracts
Eth Crypto
Cryptographic javascript-functions for ethereum and tutorials to use them with web3js and solidity
Stars: ✭ 420 (+307.77%)
Mutual labels:  blockchain, ethereum, smart-contracts
Ethereumbook
Mastering Ethereum, by Andreas M. Antonopoulos, Gavin Wood
Stars: ✭ 11,663 (+11223.3%)
Mutual labels:  blockchain, ethereum, smart-contracts
Blockchainstore
💰 Retail Store that runs on Ethereum
Stars: ✭ 425 (+312.62%)
Mutual labels:  blockchain, ethereum, smart-contracts
Aeternity
æternity: solving scalability problems by making sense of state-channels
Stars: ✭ 923 (+796.12%)
Mutual labels:  blockchain, ethereum, smart-contracts
Love Ethereum
区块链学习
Stars: ✭ 323 (+213.59%)
Mutual labels:  blockchain, ethereum, smart-contracts
Learn Solidity
Code base for "Learn Solidity: Programming Language for Ethereum Smart Contracts" course in Tosh Academy & Blockchain Council
Stars: ✭ 44 (-57.28%)
Mutual labels:  blockchain, ethereum, smart-contracts
Smart Contracts Example
Simple example of token market. Based on blockchain technology using Ethereum platform.
Stars: ✭ 37 (-64.08%)
Mutual labels:  blockchain, ethereum, smart-contracts
React Ethereum Dapp Example
A starter boilerplate for an Ethereum dapp using web3.js v1.0, truffle, react, and parity
Stars: ✭ 384 (+272.82%)
Mutual labels:  blockchain, ethereum, smart-contracts
Smart Contracts
Ethereum smart contracts for security and utility tokens
Stars: ✭ 1,187 (+1052.43%)
Mutual labels:  blockchain, ethereum, smart-contracts
Buidl
A browser-based IDE for creating, deploying, and sharing blockchain apps (DApps, or decentralized apps). Publish your first blockchain DApps in 5 minutes! Here is how: https://docs.secondstate.io/buidl-developer-tool/getting-started
Stars: ✭ 376 (+265.05%)
Mutual labels:  blockchain, ethereum, smart-contracts
Smart Contract Best Practices
A guide to smart contract security best practices
Stars: ✭ 4,784 (+4544.66%)
Mutual labels:  blockchain, ethereum, smart-contracts
Colonynetwork
Colony Network smart contracts
Stars: ✭ 351 (+240.78%)
Mutual labels:  blockchain, ethereum, smart-contracts
Oyente
An Analysis Tool for Smart Contracts
Stars: ✭ 820 (+696.12%)
Mutual labels:  blockchain, ethereum, smart-contracts
Web3j
Lightweight Java and Android library for integration with Ethereum clients
Stars: ✭ 3,537 (+3333.98%)
Mutual labels:  blockchain, ethereum, smart-contracts
Embark
Framework for serverless Decentralized Applications using Ethereum, IPFS and other platforms
Stars: ✭ 3,478 (+3276.7%)
Mutual labels:  blockchain, ethereum, smart-contracts
Ethereum book
精通以太坊 (中文版)
Stars: ✭ 875 (+749.51%)
Mutual labels:  blockchain, ethereum, smart-contracts
Remix
This has been moved to https://github.com/ethereum/remix-project
Stars: ✭ 1,063 (+932.04%)
Mutual labels:  blockchain, ethereum, smart-contracts

Example Leaderboard dApp for utilizing EbakusDB at Ebakus blockchain

1. Set the .env variables

You first have to set your wallet info in the .env file, so as all three modules can communicate with the contract. If you don't know how to get the mnemonic or private key, we will generate one for you at step 3, and instruct you to copy the values in the .env file.

2. Install the needed packages

yarn

3. Contract build and deploy

truffle compile && truffle migrate

If you had to place your keys in the .env file, then re-run this step.

4. Start the frontend dApp (read access only)

yarn serve

You can access the dApp at http://localhost:8080.

5. Use an example dApp for utilizing contract (write access)

node example_game/index.js

Using the node app (step 3) you can insert the demo content.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].