Skip to content

XToken.tz is a digital security token compliant with FA 1.2 token standard

License

Notifications You must be signed in to change notification settings

InvestaX/XToken.tz

Repository files navigation

XToken.tz (InvestaX Digital Security Token)

XToken.tz is a digital security token compliant with FA 1.2 token standard.

Installation Guide

Clone This Repository

git clone https://github.com/InvestaX/XToken.tz

Tezos Sandbox

Install docker on your development machine. Then start flextesa Tezos sandbox environment.

docker run --rm --name my-sandbox --detach -p 20000:20000 tqtezos/flextesa:20210216 edobox start
docker run --rm tqtezos/flextesa:20210216 edobox info

If you want to shut down the sandbox

docker kill my-sandbox

Install Dependencies

npm install

Compile Contract

npm run compile

If you are using windows, then use

npm run compile-windows

Run Tests

npm test

or

mocha

Project Structure

Path Description
src Source code (PascalLIGO)
build Michelson compilation output
config Configuration files
test Unit tests, utils, and helpers
.mocharc Mocha configuration file
.env Environment variables
env.json Environment variables override

Development Environment

We recommend VSCode for the development:
https://code.visualstudio.com/

Releases

No releases published

Packages

No packages published