Skip to content

Commit

Permalink
Combined Repos and added linting (#19)
Browse files Browse the repository at this point in the history
* Unified Hardhat projects into a single repo  (#17)

* changed gitignore

* added artifacts to gitignore

* added artifacts to gitignore

* added typechain to gitignore

* changed folder structure

* Delete SnapshotXZodiac directory

* folder names

* folder names

* Added L1 Auth

* Delete VotingDemo directory

* :wq

* Update README.md

* added prettier
  • Loading branch information
Orland0x authored Feb 4, 2022
1 parent 28a096b commit 0c7dc0f
Show file tree
Hide file tree
Showing 46 changed files with 3,770 additions and 13,754 deletions.
File renamed without changes.
10 changes: 3 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
.DS_Store
node_modules

#Hardhat files
cache
artifacts
starknet-artifacts
starknet-artifacts
factories

typechain

# Remove some common IDE working directories
.idea
.vscode
.env
File renamed without changes.
Binary file added .yarn/install-state.gz
Binary file not shown.
File renamed without changes.
6 changes: 3 additions & 3 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)
MIT License

Copyright (c) Snapshot Labs
Copyright (c) 2021 Alex Manuskin

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
SOFTWARE.
58 changes: 29 additions & 29 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
<div align="center">
<img src="https://raw.githubusercontent.com/snapshot-labs/snapshot/develop/public/icon.svg" height="70" alt="Snapshot Logo">
<h1>Snapshot X</h1>
<strong>Snapshot X is an on-chain multi-governance client deployed on <a href="https://starkware.co/starknet/">Starknet</a>.</strong>
</div>
<br>
<div align="center">
<img src="https://img.shields.io/github/commit-activity/w/snapshot-labs/snapshot-x" alt="GitHub commit activity">
<a href="https://github.com/snapshot-labs/snapshot-x/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22">
<img src="https://img.shields.io/github/issues/snapshot-labs/snapshot-x/help wanted" alt="GitHub issues help wanted">
</a>
<a href="https://telegram.snapshot.org">
<img src="https://img.shields.io/badge/Telegram-white?logo=telegram" alt="Telegram">
</a>
<a href="https://discord.snapshot.org">
<img src="https://img.shields.io/discord/707079246388133940.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2" alt="Discord">
</a>
<a href="https://twitter.com/SnapshotLabs">
<img src="https://img.shields.io/twitter/follow/SnapshotLabs?label=SnapshotLabs&style=flat&logo=twitter&color=1DA1F2" alt="Twitter">
</a>
</div>

## DISCLAIMER: STILL IN DEVELOPMENT

This project is still under heavy development. Feel free to contact us on [Discord](https://discord.snapshot.org)!

## License

Snapshot is open-sourced software licensed under the © [MIT license](LICENSE).
<div align="center">
<img src="https://raw.githubusercontent.com/snapshot-labs/snapshot/develop/public/icon.svg" height="70" alt="Snapshot Logo">
<h1>Snapshot X</h1>
<strong>Snapshot X is an on-chain multi-governance client deployed on <a href="https://starkware.co/starknet/">Starknet</a>.</strong>
</div>
<br>
<div align="center">
<img src="https://img.shields.io/github/commit-activity/w/snapshot-labs/snapshot-x" alt="GitHub commit activity">
<a href="https://github.com/snapshot-labs/snapshot-x/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22">
<img src="https://img.shields.io/github/issues/snapshot-labs/snapshot-x/help wanted" alt="GitHub issues help wanted">
</a>
<a href="https://telegram.snapshot.org">
<img src="https://img.shields.io/badge/Telegram-white?logo=telegram" alt="Telegram">
</a>
<a href="https://discord.snapshot.org">
<img src="https://img.shields.io/discord/707079246388133940.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2" alt="Discord">
</a>
<a href="https://twitter.com/SnapshotLabs">
<img src="https://img.shields.io/twitter/follow/SnapshotLabs?label=SnapshotLabs&style=flat&logo=twitter&color=1DA1F2" alt="Twitter">
</a>
</div>

## DISCLAIMER: STILL IN DEVELOPMENT

This project is still under heavy development. Feel free to contact us on [Discord](https://discord.snapshot.org)!

## License

Snapshot is open-sourced software licensed under the © [MIT license](LICENSE).
9 changes: 0 additions & 9 deletions SnapshotXZodiac/.gitignore

This file was deleted.

Binary file removed SnapshotXZodiac/.yarn/install-state.gz
Binary file not shown.
21 changes: 0 additions & 21 deletions SnapshotXZodiac/LICENSE

This file was deleted.

Empty file removed SnapshotXZodiac/README.md
Empty file.
Loading

0 comments on commit 0c7dc0f

Please sign in to comment.