Skip to content

Sample demo project for creating a cryptocurrency wallet in miyabi

Notifications You must be signed in to change notification settings

sskgik/cookiePoint

 
 

Repository files navigation

CookiePoint

Sample demo project showing how to create a cryptocurrency wallet using miyabi Asset table.

The tutorial for this project can be found there

Please visit the website for more information about miyabi or to request a demo.

Playground environment to try miyabi there

Documentation for miyabi there

Requirements

  • miyabi v2.1.0 (SDK)
  • netcoreapp3.0

Get started

  • update miyabisdkconfig.json with the correct miyabi host url (make sure this file can be found in path)
  • update Program.cs to use a proper table admin private key.
        TABLE_ADMIN_PRIVATE_KEY = "input_your_key_here";
  • run main in Program.cs

About

Sample demo project for creating a cryptocurrency wallet in miyabi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%