Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/reecepbcups/zero-to-hero-sparkibc

Spark IBC w/ Callum (July 9th 2022)
https://github.com/reecepbcups/zero-to-hero-sparkibc

Last synced: 16 days ago
JSON representation

Spark IBC w/ Callum (July 9th 2022)

Awesome Lists containing this project

README

        

# CosmWasm Starter Pack
## zero-to-hero-sparkibc

### Polling APP like starpoll on chain

**Callum's Official Repo**
https://github.com/Callum-A/spark-ibc-cosmwasm-zero-to-hero

**layout**
```
src/ folder (template generated for you)

lib.rs - defines files in the project & exports them for use
contract.rs - where actual contract logic happens (uses messages)
error.rs - contract errors for when logic does not line up with what you want

helpers.rs - we deleted this as it is not needed, also removed from lib.rs

msg.rs - holds messages which we use in the project & has more info in there.

state.rs - storage of the contract via Maps / Key Value Stores
```

**notes**
notes can be found in each contract rust file (*.rs)