Skip to content

pontem-network/RMRK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RMRK

Initial RMRK NFT implementation in Move language

Entities:

  • NFT
  • Collection

Interactions:

  • CREATE (COLLECTION)

  • CHANGEISSUER (COLLECTION)

  • LOCK (COLLECTION)

  • MINT (NFT)

  • TRANSFER (NFT)

  • BURN (NFT)

How to build

Install move-cli from release-1.5 branch to get move binary.

To build package:

git clone https://github.com/pontem-network/RMRK.git
cd RMRK
move package build

To run tests:

move package test

Releases

No releases published

Packages

No packages published