Skip to content

mohnuris/Alpha

 
 

Repository files navigation


Auctus Platform Alpha

Auctus is the world's first blockchain based retirement plan platform, which allows users to create diversified portfolios, consisting of traditional asset classes and cryptocurrencies. Auctus' mission is to empower the retirement saver and provide the information needed to take well-informed decisions by utilizing Ethereum smart contracts and robo advisory.

Getting Started

The platform is being built in C#, using the .NET Core framework. The API that connects to the Ethereum testnet is in the folder /EthereumModule.

For Developers

To start contributing to Auctus API, clone the git repo and type:

npm install  

To build locally:

npm run build

To run locally:

The command below will compile and start dev server:

npm run start:dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 41.6%
  • TypeScript 35.0%
  • HTML 12.7%
  • CSS 7.4%
  • JavaScript 3.3%