Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1009 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 1009 Bytes

Soapbox

Soapbox is a decentralized Web3 free speech platform allows users to "shout" on the blockchain. Shouts are immutable and censorship-resistant.

Live site

https://soapbox.gdn

About

Copyright (c) AJ Savino and contributors

contract_main

An EOS/WAX smart contract to make textual posts on the blockchain Contains methods to "Shout", "Follow" and Banking

contract_token

An EOS/WAX smart contract to establish the "SOAP" token

Installation

waxteam/dev contains the EOSIO and WAX blockchain software and tools required to build and deploy smart contracts

Building

  • docker start waxdev
  • docker attach waxdev
  • mkdir {contract_name}/build
  • cd {contract_name}/build
  • cmake ..
  • make

The built smart contract is in the 'build/{contract_name}' directory and contains the .wasm and .abi files that can be deployed to the blockchain