Skip to content

tm99hjkl/erc721-k

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

erc721-k

Formal specification of ERC-721 in K

Fast installation of K

Install Nix

For faster installation, you can use Nix.

$ sh <(curl -L https://nixos.org/nix/install) --no-daemon

Install K

Run this command to install K via Nix:

$ bash <(curl https://kframework.org/install)
$ kup install k

You can update K with:

$ kup update k

For more details see here.

Usage of this repository

For example, run this command to execute approve function of EIP-721.

$ git clone https://github.com/tm99hjkl/erc721-k
$ kompile erc721.k
$ krun tests/approve/approve.test

About

formal specification of ERC-721

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published