Skip to content

Commit

Permalink
added Simple Bank
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicca42 committed Apr 29, 2019
1 parent 6caba8e commit 8c56be8
Show file tree
Hide file tree
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.
20 changes: 20 additions & 0 deletions Educational/SimpleBank/.github/stale.yml
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.
5 changes: 3 additions & 2 deletions Educational/SimpleBank/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License
The MIT License (MIT)

Copyright (c) 2019 Veronica
Copyright (c) 2018 Truffle

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 @@ -19,3 +19,4 @@ 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.

33 changes: 3 additions & 30 deletions Educational/SimpleBank/README.md
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.
5 changes: 5 additions & 0 deletions Educational/SimpleBank/bs-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"server": {
"baseDir": ["./src", "./build/contracts"]
}
}
Loading

0 comments on commit 8c56be8

Please sign in to comment.