Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/wfykitty/assembly-storage
- Owner: wfykitty
- License: mit
- Created: 2020-07-19T00:11:18.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T20:53:17.000Z (almost 2 years ago)
- Last Synced: 2023-03-05T23:55:57.641Z (almost 2 years ago)
- Language: JavaScript
- Size: 144 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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