Skip to content

n1xyz/nord-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nord integration example

You can find the files for codegen at:

https://zo-devnet.n1.xyz/openapi.json
https://zo-devnet.n1.xyz/schema.proto

Rendered documentation is available at https://zo-devnet.n1.xyz/docs. This example only uses the schema.proto file. The schema.proto file is self-documenting and explains the signature scheme. We don't bother with OpenAPI in this example.

Generate the python bindings:

$ curl https://zo-devnet.n1.xyz/schema.proto -o schema.proto
$ protoc --python_out=. schema.proto

Bridging

Deposits and withdrawals are fulfilled on Solana through the proton framework. See the documentation for the API at https://zo-devnet.n1.xyz/proton/docs.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors