Skip to content

Commit

Permalink
Gold RC
Browse files Browse the repository at this point in the history
This is considered the stable release of Lyra, it includes the basic functions documented and a Figlet banner per class.
It has been cleaned to only use the neccessary.
  • Loading branch information
martin-headspace committed Nov 18, 2017
1 parent c2f7291 commit 4e80c3e
Show file tree
Hide file tree
Showing 11 changed files with 280 additions and 552 deletions.
294 changes: 0 additions & 294 deletions Uber-Lyra/README.md

This file was deleted.

8 changes: 8 additions & 0 deletions Uber-Lyra/Schemas/transaction.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
var mongoose = require('mongoose');

// T)tttttt t) ##
// T) t)tTTT
// T) r)RRR a)AAAA n)NNNN s)SSSS a)AAAA c)CCCC t) i) o)OOO n)NNNN
// T) r) RR a)AAA n) NN s)SSSS a)AAA c) t) i) o) OO n) NN
// T) r) a) A n) NN s) a) A c) t) i) o) OO n) NN
// T) r) a)AAAA n) NN s)SSSS a)AAAA c)CCCC t)T i) o)OOO n) NN


var Transaction = mongoose.model('Transaction',{
from : {
type: String
Expand Down
8 changes: 8 additions & 0 deletions Uber-Lyra/Schemas/wallet.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
var mongoose = require('mongoose');

// W) ww l)L l)L t)
// W) ww l) l) t)tTTT
// W) ww ww a)AAAA l) l) e)EEEEE t)
// W) ww ww a)AAA l) l) e)EEEE t)
// W) ww ww a) A l) l) e) t)
// W)ww www a)AAAA l)LL l)LL e)EEEE t)T


var Wallet = mongoose.model('Wallet',{
id: {
type: String
Expand Down
Loading

0 comments on commit 4e80c3e

Please sign in to comment.