Skip to content

Rengo-Labs/casper-erc20

 
 

Repository files navigation

DotOracle's rust smart contracts for Wrapped ERC20 token on Casper

This repo is a fork of Casper-ERC20 and is used as code base for wrapped ERC20 token on Casper network

All changes made by DotOracle team can be referred at https://github.com/dotoracle/casper-erc20/tree/minter-role

Install

Make sure the wasm32-unknown-unknown Rust target is installed.

make prepare

Build Smart Contracts

To build the example ERC20 contract and supporting test contracts:

make build-contracts

Test

make test

Javascript client SDK

A javascript client SDK can be used to interact with the ERC20 contract. It is available in it's own repository.

About

Implementation of ERC20 token for the CasperLabs platform.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 99.3%
  • Makefile 0.7%