Second State
  • What is Second State
  • BUIDL developer tool
    • Why BUIDL
    • Getting started
      • Develop for Ethereum Classic
      • Develop for CyberMiles
      • Develop for Ethereum
      • MetaMask notes
    • Data-driven DApps
      • Create and index contracts
    • Rule-based smart contract
    • Sharing your DApp
    • Working with BaaS
    • DEMO: A voting dapp
      • DevChain
      • Ethereum Classic
      • CyberMiles
  • Oasis Ethereum ParaTime
    • Getting started
    • Tutorial: publish a decentralized social media post
    • Tutorial: mint and trade your own ERC-20 tokens
    • Tutorial: mint and transfer your own ERC-721(NFT) tokens
    • Ethereum flavored WebAssembly (Ewasm)
  • DevChain
    • Getting started
      • Run an ewasm smart contract
      • CyberMiles ewasm testnet
    • Build
    • Run
    • BaaS
  • Data services for contracts
    • Getting started
    • Start a search engine (Docker)
      • Notes on SSL with Docker
    • Start a search engine (Ubuntu)
    • Demos
  • White Papers
    • Enterprise middleware for blockchain smart contracts
    • Google for smart contracts
    • FairPlay: a new type of DApp
Powered by GitBook
On this page

Was this helpful?

  1. BUIDL developer tool

Working with BaaS

PreviousSharing your DAppNextDEMO: A voting dapp

Last updated 5 years ago

Was this helpful?

By default, the BUIDL tool works with the Second State DevChain, a high performance public blockchain. However, there are definitely cases when you might want to deploy on your own private or consortium blockchain. The Second State Blockchain as a Service (BaaS) enables you to create, customize and deploy a brand new blockchain with one click. Then, you can use BUIDL to develop and deploy on your own blockchain.

First, just go to the Second State BaaS web app and configure your blockchain. It is free of charge during the current pilot period.

It takes a few minutes to create and deploy your new blockchain. Once you are done, you should see the URLs to the new blockchain’s RPC node and ElasticSearch service. Put those URLs into your BUIDL config panel, and all your BUIDL contracts and DApps will now deploy to the new blockchain!

Alternatively, the BaaS site provides a direct link to BUDIL. The link automatically configures BUIDL to use your new RPC and ElasticSearch endpoints.

Go try it!
Create a new blockchain with one click from Second State BaaS
Customize endpoints to work with a new blockchain