All Projects → second-state → Buidl

second-state / Buidl

Licence: gpl-3.0
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

Programming Languages

solidity
1140 projects

Projects that are alternatives of or similar to Buidl

Celo Monorepo
Official repository for core projects comprising the Celo platform
Stars: ✭ 269 (-28.46%)
Mutual labels:  blockchain, ethereum, smart-contracts, dapp
Embark
Framework for serverless Decentralized Applications using Ethereum, IPFS and other platforms
Stars: ✭ 3,478 (+825%)
Mutual labels:  blockchain, ethereum, smart-contracts, dapp
Ethereumbook
Mastering Ethereum, by Andreas M. Antonopoulos, Gavin Wood
Stars: ✭ 11,663 (+3001.86%)
Mutual labels:  blockchain, ethereum, smart-contracts, dapp
Love Ethereum
区块链学习
Stars: ✭ 323 (-14.1%)
Mutual labels:  blockchain, ethereum, smart-contracts, dapp
Eth Crypto
Cryptographic javascript-functions for ethereum and tutorials to use them with web3js and solidity
Stars: ✭ 420 (+11.7%)
Mutual labels:  blockchain, ethereum, smart-contracts, dapp
Ethereum Development With Go Book
📖 A little book on Ethereum Development with Go (golang)
Stars: ✭ 754 (+100.53%)
Mutual labels:  blockchain, ethereum, smart-contracts, development
Eth95
🛠️ A smart contract UI for your Ethereum dapp project
Stars: ✭ 139 (-63.03%)
Mutual labels:  blockchain, ethereum, smart-contracts, dapp
Solhint
Solhint is an open source project created by https://protofire.io. Its goal is to provide a linting utility for Solidity code.
Stars: ✭ 363 (-3.46%)
Mutual labels:  ethereum, smart-contracts, dapp
Blockchain Stuff
Blockchain and Crytocurrency Resources
Stars: ✭ 2,549 (+577.93%)
Mutual labels:  blockchain, ethereum, smart-contracts
Remix Project
Remix is a browser-based compiler and IDE that enables users to build Ethereum contracts with Solidity language and to debug transactions.
Stars: ✭ 225 (-40.16%)
Mutual labels:  blockchain, ethereum, smart-contracts
Ganache
A tool for creating a local blockchain for fast Ethereum development.
Stars: ✭ 1,028 (+173.4%)
Mutual labels:  blockchain, ethereum, development
Client
The nOS Client
Stars: ✭ 202 (-46.28%)
Mutual labels:  blockchain, ethereum, dapp
Unstoppable Wallet Ios
A secure and decentralized Bitcoin and other cryptocurrency wallet for iPhone. Supports Bitcoin, Ethereum, EOS, Binance Chain, Bitcoin Cash, DASH, ...
Stars: ✭ 180 (-52.13%)
Mutual labels:  blockchain, ethereum, dapp
Angular Truffle Starter Dapp
Angular CLI + Truffle Starter Dapp; write, compile & deploy smart contracts on Ethereum blockchains
Stars: ✭ 174 (-53.72%)
Mutual labels:  blockchain, ethereum, dapp
Eth Vue
Featured in Awesome Vue [https://github.com/vuejs/awesome-vue], a curated list maintained by vuejs of awesome things related to the Vue.js framework, and Awesome List [https://awesomelists.net/150-Vue.js/3863-Open+Source/18749-DOkwufulueze-eth-vue], this Truffle Box provides everything you need to quickly build Ethereum dApps that have authentication features with vue, including configuration for easy deployment to the Ropsten Network. It's also Gravatar-enabled. Connecting to a running Ganache blockchain network from Truffle is also possible -- for fast development and testing purposes. Built on Truffle 5 and Vue 3, eth-vue uses vuex for state management, vuex-persist for local storage of app state, and vue-router for routing. Authentication functionalities are handled by Smart Contracts running on the Ethereum blockchain.
Stars: ✭ 171 (-54.52%)
Mutual labels:  blockchain, ethereum, dapp
Merkletreejs
🌱 Construct Merkle Trees and verify proofs in JavaScript.
Stars: ✭ 238 (-36.7%)
Mutual labels:  blockchain, ethereum, smart-contracts
Squeezer
Squeezer Framework - Build serverless dApps
Stars: ✭ 3,242 (+762.23%)
Mutual labels:  blockchain, ethereum, dapp
Smart Contract Search Engine
Takes a link to a smart contract's raw ABI file and an RPC URL and then indexes all instances of that smart contract
Stars: ✭ 265 (-29.52%)
Mutual labels:  blockchain, ethereum, smart-contracts
Eventeum
A resilient Ethereum event listener that bridges your smart contract events and backend microservices
Stars: ✭ 272 (-27.66%)
Mutual labels:  blockchain, ethereum, smart-contracts
Web3j
Lightweight Java and Android library for integration with Ethereum clients
Stars: ✭ 3,537 (+840.69%)
Mutual labels:  blockchain, ethereum, smart-contracts

buidl

What is BUIDL?

BUIDL is a browser-based IDE that enables developers to create and deploy Decentralized Applications (DApps) on blockchains with ease.

  • Very fast underlying blockchain with 1s confirmation time.
  • Support all Ethereum compatible blockchains .
  • Lity (http://www.litylang.org/) language extension to Solidity (e.g., Rule-based smart contracts (https://www.litylang.org/business_rules/)) .
  • Built-in real-time smart contract search engine based on ElasticSearch.

Developers

If you are a developer, click https://www.secondstate.io/buidl/ to see tutorials and other information.

Make contributions

If you want to make contributions to BUIDL, follow the following steps to run BUIDL locally.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Run your end-to-end tests

npm run test:e2e

Run your unit tests

npm run test:unit

Customize configuration

See Configuration Reference.

Demo

The example dapp is a web application where people can vote thumb up or thumb down on a statement. All the votes are recorded on the blockchain.

Contact

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