A simple open-source project for creating and managing smart contracts.
Smart Contract is designed to provide a secure and transparent way to create, execute, and manage smart contracts. This project uses Go and Chain33 as the underlying blockchain platform.
Features:
- Create, store, and manage smart contracts on the blockchain
- Execute smart contracts with ease
- Supports multiple contract languages (e.g. Solidity, Chain33 Contract Script)
- High-performance blockchain operations
Install:
go get github.com/chain33/smart_contractUsage:
go run main.go create_contract --name my_contract --code ./contract_contract.go
go run main.go execute_contract --name my_contract --func my_function