Coder Social home page Coder Social logo

luxbe / rsnano.com Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rsnano-node/rsnano.com

0.0 0.0 0.0 6.75 MB

Home Page: https://rsnano-com.vercel.app

License: MIT License

JavaScript 1.90% TypeScript 11.93% CSS 3.07% HTML 0.27% Svelte 82.83%

rsnano.com's Introduction

RsNano.com

Stars

The homepage for the RsNano project

A Rust port of Nano the feeless and digital currency

๐Ÿงก Built with SvelteKit ๐Ÿงก

About

RsNano is a Rust port of the original Nano Node. The original Nano Node is written in C++. While C++ is a very powerful language, it makes it easy to introduce potentially exploitable bugs, like buffer overflows, dangling pointers, race conditions or integer overflows.

Rust, on the other hand, offers similar performance characteristics as C++, but guarantees memory safety and thread safety at compile time.

This Repository is the homepage for RsNano and available at https://www.rsnano.com. If you want to support the development of the RsNano node, head over to https://github.com/rsnano-node/rsnano-node.

Setup

  1. Install pnpm

  2. Clone the repo

git clone https://github.com/rsnano-node/rsnano.com
cd rsnano.com
pnpm i

๐Ÿ’ป Develop

๐Ÿ› ๏ธ Start a development server

After installing the required dependencies, you can start the development server with the following command:

pnpm run dev

# or start the server and open the app in a new browser tab
pnpm run dev -- --open

๐Ÿ“ License

Copyright ยฉ 2021 luxbe
This project is MIT licensed

rsnano.com's People

Contributors

luxbe avatar simpago 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.