Code Monkey home page Code Monkey logo

saffron's Introduction

Lamden Blockchain

Lamden is an open-source Python-based blockchain development platform designed to help developers create new blockchain applications and networks quickly and easily. With Lamden, developers can leverage the power of blockchain technology to create secure and decentralized applications.

Features

  • Quick and easy setup: Lamden provides a suite of tools and infrastructure to help developers get started with blockchain development quickly and easily.
  • Flexible and customizable: Lamden is designed to be flexible and customizable, so developers can tailor it to meet their specific needs and requirements.
  • Secure and decentralized: Lamden is built on the principles of security and decentralization, so applications developed with Lamden are secure and decentralized by default.

Getting Started

Getting started with Lamden is easy. Our team has produced a great documentation which you can check out here.

Community

Join the Lamden community to connect with other developers and get help and support. You can find us on:

Contributions

Lamden is an open-source project, and contributions are welcome. If you're interested in contributing, check out our contribution guidelines to get started.

saffron's People

Contributors

allen-munsch avatar cmcgrath13 avatar mariohm1311 avatar stuartfarmer avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

saffron's Issues

Duplicate code between CLI and API

Come up with a way to get rid of the duplicate code between the CLI app development and API app development (branches? move everything into the python package?)

More Robust Account Information

Create stubs / interface for a straight through web3py interaction of the following functions:

get balance
send transaction
new account

Anything else an admin or user would need to do on a blockchian for accounts?

basic package install format with example icon install

I would be very interested in hearing what we think about deployent of the icons, perhaps we could look to the other projects out there that have done this sort of thing already.

or something like it:

lamden_droplet_public.install.tar.xz

scriptable icon installation

iconutil -c lamden_logo_sized ~/.lamden/lamden.iconset


Creates a custom icon for keepass database files (*.kdb)
# grep kdb /usr/share/mime/globs | egrep -o '.+\/[^:]+' | tr '/' '-'
application-x-keepass ;# rename your icon according to this output
xdg-icon-resource install --size 128 --context mimetypes application-x-keepass.png
https://wiki.archlinux.org/index.php/icons

echo 'application/x-lamden' >> /etc/mime.types
cp ./install/application-x-hwp.svg /usr/share/icons/gnome/scalable/mimetypes

https://specifications.freedesktop.org/icon-theme-spec/latest/ar01s03.html
https://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html
basedir=$HOME/.icons
mkdir $HOME/.icons
mkdir $XDG_DATA_DIRS/icons
mkdir /usr/share/pixmaps

cp $basedir/hicolor/48x48/apps

https://specifications.freedesktop.org/icon-theme-spec/latest/ar01s04.html

It might be the case that we could break this out into a separate repo for the deployment and packaging aspects of the UI/UX and file structure saving.

Tests for Non-Developers

Can non-developers create new accounts? If so, is this simply through a Mist or Metamask pointed at the RPC?

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.