Skip to content
forked from sczembor/cep47

CEP-47 implementation using Odra

Notifications You must be signed in to change notification settings

odradev/odra-cep47

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CEP-47 implementation using using Odra Framework

This implementation is based on the original CEP-47 code.

Usage

It's required to install cargo-odra first.

Build

cargo odra build

The result files will be placed in ${project-root}/wasm directory.

Tests

To run tests using OdraVM on your local machine, execute:

cargo odra test

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

cargo odra test -b casper

To run livenet test suite, first set up the .env file, build wasm files and run:

cargo run --bin livenet --features livenet

About

CEP-47 implementation using Odra

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%