Skip to content

figment-networks/partner-integrations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Figment Staking Recipes

Stake in minutes!

Use this repo to test programmatic staking flows using Figment's API. Each directory contains examples for a different custody solution.

Custody Options

Directory Description Protocols
fireblocks/ Fireblocks MPC custody Avalanche, Cardano, Ethereum, Solana, Sui
prop/ Proprietary/self-custody (hot wallet) Ethereum, Solana

Setup

  1. Create a Figment API key using these instructions
  2. cd into the directory of the custody solution you'll use
  3. cp .env.example .env and add your credentials
  4. npm install
  5. Run the protocol you want to test:
    node protocols/solana.js

Structure

├── fireblocks/
│   ├── .env.example
│   ├── package.json
│   └── protocols/
│       ├── avalanche.js
│       ├── cardano.js
│       ├── ethereum.js
│       ├── solana.js
│       └── sui.js
└── prop/
    ├── .env.example
    ├── package.json
    └── protocols/
        ├── ethereum.ts
        └── solana.js

Resources

About

Integration tutorials and API recipes

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors