Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
719 contributions in the last year
Activity overview
Contribution activity
October 2020
- pmuens/substrate-contracts-workshop Rust
- pmuens/inking Rust
- pmuens/substrate-developer-hub.github.io JavaScript
- pmuens/plokadotting Rust
- pmuens/yield-farming JavaScript
- pmuens/election JavaScript
- pmuens/cryptozombies Solidity
- pmuens/crawler Rust
Created a pull request in substrate-developer-hub/substrate-contracts-workshop that received 2 comments
Update my_getter to be public
Given that it's a getter and has the #[ink(message)] annotation it should be publicly exposed.
Created an issue in substrate-developer-hub/substrate-contracts-workshop that received 5 comments
Section 1 - Use solely i32 throughout codebase
In section 1 we use the i32 data the throughout the first half of the tutorials.
However when starting to work on the HashMap implementation there'β¦