Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/n-bhasin/advancesmartcontract-assemblystorage
https://github.com/n-bhasin/advancesmartcontract-assemblystorage
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/n-bhasin/advancesmartcontract-assemblystorage
- Owner: n-bhasin
- License: mit
- Created: 2020-07-15T15:17:29.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T20:51:38.000Z (almost 2 years ago)
- Last Synced: 2023-03-08T00:45:48.924Z (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