Cardinal-Cryptography / bulletin-board-example

Repository with example smart contracts and corresponding frontend
12 stars 5 forks source link

Add example smart contracts with comprehensive README. #1

Closed deuszx closed 1 year ago

deuszx commented 1 year ago

This PR adds two simple smart contracts showcasing all the basic building blocks of writing smart contracts, including:

The README.md itself contains short descriptions of all techniques used when writing the contracts. There's also a description about deploying it to Contracts UI.

What will follow will be a simple frontend that interacts with the deployed contracts showing how to publish transaction to a chain (signing it with polkadotjs app extension), how to await finalization, read the results, etc.