✏️
go-conflux-sdk
  • README
  • Quickstart
  • Getting Started
    • Run a Node locally
    • Interacting with a Node
    • Deploy and Interact with Smart Contracts
    • Subscription
  • Smart Contracts
    • Smart Contract Overview
    • Getting Started with Solidity
    • Compiling Solidity source code
    • Interacting with Smart Contracts
    • Application Binary Interface
    • Contracts Supported
  • Transactions
    • Conflux Transactions
    • Obtaining CFX
    • Gas & Storage Collateral
    • Account Manager
    • Transfer CFX
    • Transaction Nonce
    • Batch Call snd Send Transactions
  • Other
    • Call/BatchCall RPC Hook
    • Conflux Addreess
  • Conflux-ABIGEN
  • ChangeLog
  • References
Powered by GitBook
On this page

Was this helpful?

  1. Smart Contracts

Getting Started with Solidity

PreviousSmart Contract OverviewNextCompiling Solidity source code

Last updated 3 years ago

Was this helpful?

An overview of Solidity is beyond the scope of these docs, however, the following resources are a good place to start:

  • in the Solidity project documentation

  • in the Ethereum Homestead Guide

Introduction to Smart Contracts
Writing a contract