Initial commit

This commit is contained in:
Yaser
2026-08-13 19:50:53 +03:30
commit 38084458fe
879 changed files with 95198 additions and 0 deletions

13
Rakefile Normal file
View File

@@ -0,0 +1,13 @@
# encoding: UTF-8
# frozen_string_literal: true
#!/usr/bin/env rake
# Add your own tasks in files placed in lib/tasks ending in .rake,
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
require File.expand_path('../config/application', __FILE__)
Peatio::Application.load_tasks
# Load additional tasks from "support/tasks".
Dir.glob('lib/peatio/tasks/**/*') { |f| load(f) }