All Projects → orbs-network → orbs-starter-kit

orbs-network / orbs-starter-kit

Licence: MIT License
The starting point for writing a new application on Orbs platform

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects
go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to orbs-starter-kit

tasit-sdk
A JavaScript / TypeScript SDK for making native mobile Ethereum dapps using React Native
Stars: ✭ 93 (+389.47%)
Mutual labels:  dapp, smart-contracts
awesome-waves
Curated list of awesome things for development on Waves blockchain.
Stars: ✭ 60 (+215.79%)
Mutual labels:  dapp, smart-contracts
solidity-cli
Compile solidity-code faster, easier and more reliable
Stars: ✭ 49 (+157.89%)
Mutual labels:  dapp, smart-contracts
enlite-starter
Enlite Starter - React Dashboard Starter Template with Firebase Auth
Stars: ✭ 28 (+47.37%)
Mutual labels:  starter-template, starter-kit
stack
A starter repository for MongoDB, Node.js, and Vue.js, with a local environment based on Docker.
Stars: ✭ 48 (+152.63%)
Mutual labels:  starter-template, starter-kit
noise-php
A starter-kit for your PHP project.
Stars: ✭ 52 (+173.68%)
Mutual labels:  starter-template, starter-kit
go-ethutil
Ethereum utility functions for Go.
Stars: ✭ 17 (-10.53%)
Mutual labels:  dapp, smart-contracts
contracts
Alice smart contracts
Stars: ✭ 57 (+200%)
Mutual labels:  dapp, smart-contracts
HealthCare-Insurance-Ethereum
Medical insurance claiming DApp which uses a Multi-Sig type approach to grant claim (ConsenSys project)
Stars: ✭ 65 (+242.11%)
Mutual labels:  dapp, smart-contracts
nifty-game
🃏🎮A NFT(ERC721) card game build on Ethereum, Truffle, Ganache and hosting on IPFS.
Stars: ✭ 222 (+1068.42%)
Mutual labels:  dapp, smart-contracts
php-base-project
A Composer ready package to start a new PHP 7 project
Stars: ✭ 17 (-10.53%)
Mutual labels:  starter-template, starter-kit
ride-examples
Examples of scripts for accounts, dApps and assets using RIDE programming language.
Stars: ✭ 28 (+47.37%)
Mutual labels:  dapp, smart-contracts
example-typescript-package
Example TypeScript Package ready to be published on npm & Tutorial / Instruction / Workflow for 2021
Stars: ✭ 71 (+273.68%)
Mutual labels:  starter-template, starter-kit
lens
The official network explorer for Wavelet.
Stars: ✭ 28 (+47.37%)
Mutual labels:  dapp, smart-contracts
typescript-eth-starter
🔌 Ethereum Dapp Basic Typescript Starter
Stars: ✭ 125 (+557.89%)
Mutual labels:  dapp, smart-contracts
core
SIREN Core Smart Contracts
Stars: ✭ 39 (+105.26%)
Mutual labels:  dapp, smart-contracts
nodejs-hackathon-boilerplate-starter-kit
Just a Hackaton/Startup Full-stack node.js starter
Stars: ✭ 37 (+94.74%)
Mutual labels:  starter-template, starter-kit
run-aspnetcore-basics retired
One Solution - One Project for web application development with Asp.Net Core & EF.Core. Only one web application project which used aspnetcore components; razor pages, middlewares, dependency injection, configuration, logging. To create websites with minimum implementation of asp.net core based on HTML5, CSS, and JavaScript. You can use this boi…
Stars: ✭ 15 (-21.05%)
Mutual labels:  starter-template, starter-kit
ethereum-playbook
CLI tool that configures and deploys Ethereum DApp infrastructures using a static specification. 📚📖
Stars: ✭ 20 (+5.26%)
Mutual labels:  dapp, smart-contracts
quipuswap-webapp
🌐 🧙‍♂️ Decentralized application UI for Quipuswap protocol.
Stars: ✭ 21 (+10.53%)
Mutual labels:  dapp, smart-contracts

Orbs Starter Kit PRs Welcome

Your starting point to build application on Orbs Network.

Quick start

  • Click on Use this template
  • Clone the resulted repo
  • cd <your-repo-name>
  • npm install
  • gamma-cli start-local
  • gamma-cli deploy ./contracts/counter.go -name counter -signer user1
  • npm run start

Prerequisites

Decentralized Application Architecture

dapp architecture

Wired Parts

  • Smart Contract example (Counter)
  • orbs-contract-sdk
  • Client side application based on react
  • orbs-client-sdk

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:4000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

npm run lint

Runs prettier to do automatic linting of JavaScript files.

Learn More

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].