Giter Site home page Giter Site logo

webeli / nex-extension-alpha Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nash-io/nex-extension-alpha

0.0 1.0 0.0 2.32 MB

a wallet and extension for interacting with the NEO blockchain by NEX

License: MIT License

HTML 25.78% JavaScript 74.22%

nex-extension-alpha's Introduction

NEX Extension: Alpha Release (v0.1.0)

A NEO wallet and chrome extension that will allow users to interact with decentralized applications on the blockchain through the world wide web.

NOTE: Alpha release is for developers only. We will be doing a release for the general public on March 12th.

Important

Developers: do not use keys with funds on mainNet for the Alpha testing. Please only use keys with funds on testNet or CoZNet

Alt text

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Google Chrome Browser

Installing

After cloning or downloading this repo, please open your google chrome browser and go to the extension page found here:

chrome://extensions/

Next, click on the Developer mode checkbox in the top bar. You will then click Load unpacked extensions and select the NEXExtension folder from this repo; this will install the NEX extension for you in developer mode.

You are now ready to create an account, use the extension as a web wallet, and start building your website for users to interact with your dapp through the NEX extension.

NEX Extension Client

To make it easy to interact with the NEX Extension, we have started the process of creating a client library that you can use to pass messages from your site to the extension. The client library is available as a file located in the NEXExtensionClient folder included with this repo. This early version of the client has the following 2 methods, which may be called as described below:

const nexExtApi = new NEXExtensionClient()

// Start a transaction
nexExtApi.startTx({
  amount: '1.5',
  symbol: 'GAS',
  toAddr: 'AWmzT3dqJDTucBmv4X7TXNsbqQMioMGt6L'
})

// Open receive modal
nexExtApi.openReceive()

nex-extension-alpha's People

Contributors

dvdschwrtz avatar

Watchers

 avatar

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.