Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wfykitty/assembly-storage

Advance Smart Contract labs
https://github.com/wfykitty/assembly-storage

Last synced: 12 days ago
JSON representation

Advance Smart Contract labs

Awesome Lists containing this project

README

        

# assembly-storage

Following the steps to complete this exercise:

1. clone this project
```bash
git clone https://github.com/GeorgeBrownCollege-Toronto/Advanced-Smart-Contracts.git ./assembly-storage && cd ./assembly-storage && git filter-branch --prune-empty --subdirectory-filter ./notes/solidity-assembly/lab/assembly-storage HEAD && rm -rf ./.git
```
2. install packages: npm install
3. complete the contract/Storage.sol by returning the state variables as output
4. run the test: npm test
5. the test should pass
6. commit your changes to github and submit your github url