Skip to content

Odra Cep18 Token modified to meet CCTP specification (inspired by NEAR implementation)

Notifications You must be signed in to change notification settings

cspr-rad/stablecoin-casper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

usdc_orda

Usage

It's recommended to install cargo-odra first.

Build

$ cargo odra build

To build a wasm file, you need to pass the -b parameter. The result files will be placed in ${project-root}/wasm directory.

$ cargo odra build -b casper

Test

To run test on your local machine, you can basically execute the command:

$ cargo odra test

To test actual wasm files against a backend, you need to specify the backend passing -b argument to cargo-odra.

$ cargo odra test -b casper

About

Odra Cep18 Token modified to meet CCTP specification (inspired by NEAR implementation)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages