Skip to content

conductor-oss/conductor-apps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Library of AWEsome Conductor example applications

Payment processing SAGA with Conductor and Go.

Get Credentials

  1. Go to https://developer.orkescloud.com/
  2. On the menu to the left, Go to Access Control -> Applications https://developer.orkescloud.com/applicationManagement/applications
  3. Create a New Application and enable necessary permissions.
  4. Create a New access Key.
  5. Copy the Key
  6. Copy the Secret.
# Setup Conductor server connection
export CONDUCTOR_SERVER_URL=https://developer.orkescloud.com/api/
export CONDUCTOR_AUTH_KEY=<your api key from step 4 above >
export CONDUCTOR_AUTH_SECRET=<your api secret from step 5 above>

About

Sample applications built with Conductor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •