GithubHelp home page GithubHelp logo

suzumiya2014 / atomicals-js Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gareyhbs/atomicals-js

0.0 0.0 0.0 2.16 MB

Atomicals CLI and Javascript Library

Home Page: https://atomicals.xyz

License: MIT License

JavaScript 2.89% TypeScript 96.98% HTML 0.13%

atomicals-js's Introduction

Atomicals Javascript Library

atomicals.xyz

Atomicals

Install, Build and Run Tests

Install

With npm:

npm install atomicals

...or download the github repo and then run:

npm install (from inside the directory)

...then build:

npm build

And that's it!

See all commands at:

npm cli --help

Quick Start - Command Line (CLI)

First install packages and build, then follow the steps here to create your first Atomical and query the status. Use yarn clito get a list of all commands available.

0. Environment File (.env)

The environment file comes with defaults (.env.example), but it is highly recommend to install and operate your own ElectrumX server. Web browser communication is possible through the wss (secure websockets) interface of ElectrumX.

ELECTRUMX_WSS=wss://electrumx.atomicals.xyz:50012

ELECTRUMX_WSS: URL of the ElectrumX with Atomicals support. Note that only wss endpoints are accessible from web browsers.

1. Wallet Setup

The purpose of the wallet is to create p2tr (pay-to-taproot) spend scripts and to receive change from the transactions made for the various operations. Do not put more funds than you can afford to lose, as this is still beta!

To initialize a new wallet.json file that will store your address for receiving change use the wallet-init command. Alternatively, you may populate the wallet.json manually, ensuring that the address at m/44'/0'/0'/0/0 is equal to the address and the derivePath is set correctly.

yarn cli wallet-init

>>>

Wallet created at wallet.json
phrase: maple maple maple maple maple maple maple maple maple maple maple maple
Legacy address (for change): 1FXL2CJ9nAC...u3e9Evdsa2pKrPhkag
Derive Path: m/44'/0'/0'/0/0
WIF: L5Sa65gNR6QsBjqK.....r6o4YzcqNRnJ1p4a6GPxqQQ
------------------------------------------------------

2. Explore the CLI

yarn cli --help

3. Quick Commands

Make sure to initialize local wallet as in step 1. above first

Register a Realm

npm cli mint-realm <realm> --bitworkc=<Any 4 digit number/hex >

Example:

npm cli mint-realm helloworld --bitworkc=0123

Register a Container

npm cli mint-container <container> --bitworkc=<Any 4 digit number/hex >

Example:

npm cli mint-realm "cool-nft-collection" --bitworkc=7872

Mint NFT

npm cli mint-nft image.jpg  


*Mint FT Token (Decentralized) *

npm cli init-dft <ticker> <units per mint> <max mints allowed> <mint height> image.jpg --bitworkc=<Any 4 digit number/hex >

Examples:

npm cli init-dft coolticker 1000 2100 0 image.jpg --bitworkc=0002

npm cli init-dft onyx 1000 3000 808000 image.jpg --meta @sample-ft-meta.json

// After the token ticker was claimed, then mint with:

npm cli mint-dft <ticker name>


*Mint FT Token (Direct) *

npm cli mint-ft <ticker> <total supply> <images/files...> --bitworkc=<Any 4 digit number/hex >

Examples:

npm cli mint-ft act 1000000 image.jpg --bitworkc=1234 


ElectrumX Server RPC Interface

See updated ElectrumX (https://github.com/atomicals/electrumx-atomicals)

Any questions or ideas?

https://atomicals.xyz

https://x.com/atomicalsxyz (X - Formerly Twitter)

atomicals-js's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.