-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8,318 changed files
with
687,035 additions
and
193,246 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Number of days of inactivity before an issue becomes stale | ||
daysUntilStale: 60 | ||
# Number of days of inactivity before a stale issue is closed | ||
daysUntilClose: 7 | ||
# Issues with these labels will never be considered stale | ||
exemptLabels: | ||
- pinned | ||
- security | ||
# Label to use when marking an issue as stale | ||
staleLabel: wontfix | ||
# Comment to post when marking an issue as stale. Set to `false` to disable | ||
markComment: > | ||
This issue has been automatically marked as stale because it has not had | ||
recent activity. It will be closed if no further activity occurs. Thank you | ||
for your contributions. | ||
# Comment to post when closing a stale issue. Set to `false` to disable | ||
closeComment: > | ||
This issue has been closed, but can be re-opened if further comments | ||
indicate that the problem persists. Feel free to tag maintainers if there | ||
is no reply to further comments. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,5 @@ | ||
<div align="center"> | ||
<h1> | ||
Contract framework | ||
</h1> | ||
<h4> | ||
A framework with short example tests and contracts to remind/guide. | ||
</h4> | ||
</div> | ||
# Simple Bank | ||
|
||
------ | ||
Content: | ||
* 2 Contracts with framework | ||
* `truffle` installed, along with tests (with [helpers](Educational\ContractFramework\test\helpers) for EVM Reverts, changing block times and web3) | ||
* `npm` installed | ||
* `openzeppelin` added and in the [node_modules](Educational\ContractFramework\node_modules\openzeppelin-solidity) for easy access. | ||
* [MIT Licencing](Educational\ContractFramework\LICENSE) | ||
------ | ||
Based off of Truffles [pet-shop truffle box](https://truffleframework.com/boxes/pet-shop), this very, _very_ simple dApp is used as the base for experimenting with other tools. | ||
|
||
<div align="center"> | ||
<h1> | ||
Project | ||
</h1> | ||
<h4> | ||
A short description | ||
</h4> | ||
</div> | ||
|
||
#####Table of content | ||
| a table | column | another | | ||
|--------:|:------:|:--------| | ||
| a row | row | done | | ||
| aligned left | centered | aligned right | | ||
This is version `1.0.0`. Its ugly, but it works as it needs to. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"server": { | ||
"baseDir": ["./src", "./build/contracts"] | ||
} | ||
} |
Oops, something went wrong.