-
Notifications
You must be signed in to change notification settings - Fork 199
FAQs
- How do I call contracts or send Transactions to existing contracts?
- How do I find existing contracts?
- How do I deploy contracts to my network using Cakeshop?
- How do I run Cakeshop on any Ethereum build or on my private Ethereum network?
- How do I run Cakeshop on many nodes?
- How do I save the solidity files that I have written in the Sandbox?
- What is an 'Ethereum-like' ledger/node?
The Sandbox provides the ability to load up a contract that has been deployed using Cakeshop or the Cakeshop APIs and to make Read calls or submit Transactions to those contracts. See the Sandbox section for further details.
The Contracts explorer lists all public contracts that have been deployed using Cakeshop or the Cakeshop APIs.
The Sandbox provides the ability to write and deploy contracts onto your chain. See the Sandbox section for further details.
See the Attach Mode instructions for using Cakeshop with your Ethereum-like node. This provides you the ability to start Cakeshop without auto-starting a geth node, and then attach it to your already-running node.
See the Multi-Instance Setup instructions for managing multiple nodes that you control on an Ethereum-based network.
You can't explicitly save these files at the moment, but they are auto-saved to your browser cache. For this reason, you shouldn't use Cakeshop as your version management system and you should definitely ensure you save them in a proper VCS outside of Cakeshop.
An 'Ethereum-like' ledger/node is one that uses the Ethereum JSON RPC API. The Ethereum clients and Quorum are examples.
Note that if an Ethereum-forked ledger forks too far away from base Ethereum then there may be some issues with using Cakeshop on top of it.
- Home
- Getting Started
- Downloading Cakeshop
- Running Cakeshop
- Default Mode
- Attach Mode
- Multi-Instance Setup
- Running on quorum-examples
- Cakeshop Overview
- Console
- Contracts Explorer
- Sandbox
- Chain Explorer
- Wallet
- Peers
- API
- FAQs