GithubHelp home page GithubHelp logo

genesysbank's Introduction

GenesysBank

There are four anchor instructions: genesys_banking

  1. initialize: initializes an empty vault.
  2. refreshReserve: lets the vaultAdmin top off the tokenVault (the reserve)
  3. deposit: lets users deposit and specify the lockup time
  4. withdraw: lets users withdraw after specified lockup time

There is a test script with 4 mocha tests:

  1. initializes an empty vault
  2. refreshes it (tops it off)
  3. airdrops SOL + FEET token to user and deposits 100,000 FEET
  4. waits 4 seconds and then withdraws tokens + interest

This is a mvp with some limitations, all which are easily fixable:

  1. A user cannot have multiple deposit boxes.
  2. A user cannot deposit more funds in the same box.
  3. The admin is given mint authority, which means they can mint tokens themselves as well (my people would say that this is "no bueno")
  4. There are a few lazy castings between signed/unsigned integers and f64's that I would want to think more about re: security.

I am aware a set of keypairs (admin, mint, user) are attached to this; this is something I am doing only for the purpose of this demo.

genesysbank's People

Contributors

cavemanloverboy avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.